File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ bundle_vscode() {
130130 # dependencies, since we want to ship this via NPM.
131131 # Also override the name to prevent vulnerability scanners from
132132 # misidentifying this package as VS Code (see #7071).
133- jq --slurp ' .[0] * .[1] | .name = "code-oss-dev "' \
133+ jq --slurp ' .[0] * .[1] | .name = "code-oss"' \
134134 " $VSCODE_SRC_PATH /remote/package.json" \
135135 " $VSCODE_OUT_PATH /package.json" > " $VSCODE_OUT_PATH /package.json.merged"
136136 mv " $VSCODE_OUT_PATH /package.json.merged" " $VSCODE_OUT_PATH /package.json"
Original file line number Diff line number Diff line change @@ -189,9 +189,6 @@ Index: code-server/lib/vscode/src/vs/base/common/product.ts
189189@@ -65,6 +65,8 @@ export type ExtensionVirtualWorkspaceSup
190190 };
191191
192- @@ -84,6 +84,8 @@ export interface IAgentSdkProductConfig
193- }
194-
195192 export interface IProductConfiguration {
196193+ readonly codeServerVersion?: string
197194+
You can’t perform that action at this time.
0 commit comments