File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ main() {
24
24
bundle_vscode
25
25
26
26
rsync ./docs/README.md " $RELEASE_PATH "
27
- rsync LICENSE.txt " $RELEASE_PATH "
27
+ rsync LICENSE " $RELEASE_PATH "
28
28
rsync ./lib/vscode/ThirdPartyNotices.txt " $RELEASE_PATH "
29
29
}
30
30
@@ -113,7 +113,7 @@ bundle_vscode() {
113
113
"applicationName": "code-server",
114
114
"dataFolderName": ".code-server",
115
115
"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",
117
117
"win32DirName": "code-server",
118
118
"win32NameVersion": "code-server",
119
119
"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
222
222
@@ -0,0 +1,28 @@
223
223
+ /*---------------------------------------------------------------------------------------------
224
224
+ * 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.
226
226
+ *--------------------------------------------------------------------------------------------*/
227
227
+
228
228
+ 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.
9
9
+++ code-server/lib/vscode/src/vs/workbench/api/node/extHostExtensionService.ts
10
10
@@ -2,7 +2,9 @@
11
11
* 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.
13
13
*--------------------------------------------------------------------------------------------*/
14
14
-
15
15
+ import { promises as fs } from 'fs';
You can’t perform that action at this time.
0 commit comments