Skip to content

Commit 1d2e4e3

Browse files
committed
Merge branch 'main' of github.com:coder/code-server into coder-main
2 parents fb94e74 + 02e28cd commit 1d2e4e3

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

ci/build/build-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

patches/integration.diff

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
+

0 commit comments

Comments
 (0)