File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ main() {
2424 bundle_vscode
2525
2626 rsync ./docs/README.md " $RELEASE_PATH "
27- rsync LICENSE.txt " $RELEASE_PATH "
27+ rsync LICENSE " $RELEASE_PATH "
2828 rsync ./lib/vscode/ThirdPartyNotices.txt " $RELEASE_PATH "
2929}
3030
@@ -113,7 +113,7 @@ bundle_vscode() {
113113 "applicationName": "code-server",
114114 "dataFolderName": ".code-server",
115115 "win32MutexName": "codeserver",
116- "licenseUrl": "https://github.com/coder/code-server/blob/main/LICENSE.txt ",
116+ "licenseUrl": "https://github.com/coder/code-server/blob/main/LICENSE",
117117 "win32DirName": "code-server",
118118 "win32NameVersion": "code-server",
119119 "win32AppUserModelId": "coder.code-server",
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ Index: code-server/lib/vscode/src/vs/workbench/services/localizations/browser/lo
222222@@ -0,0 +1,28 @@
223223+ /*---------------------------------------------------------------------------------------------
224224+ * Copyright (c) Coder Technologies. All rights reserved.
225- + * Licensed under the MIT License. See License.txt in the project root for license information.
225+ + * Licensed under the MIT License. See LICENSE in the project root for license information.
226226+ *--------------------------------------------------------------------------------------------*/
227227+
228228+ import { ProxyChannel } from 'vs/base/parts/ipc/common/ipc';
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Index: code-server/lib/vscode/src/vs/workbench/api/node/extHostExtensionService.
99+++ code-server/lib/vscode/src/vs/workbench/api/node/extHostExtensionService.ts
1010@@ -2,7 +2,9 @@
1111 * Copyright (c) Microsoft Corporation. All rights reserved.
12- * Licensed under the MIT License. See License.txt in the project root for license information.
12+ * Licensed under the MIT License. See LICENSE in the project root for license information.
1313 *--------------------------------------------------------------------------------------------*/
1414-
1515+ import { promises as fs } from 'fs';
You can’t perform that action at this time.
0 commit comments