Skip to content

Commit fba2fbc

Browse files
cdrcicode-asher
authored andcommitted
Update Code to 1.129.0
1 parent 3e76a04 commit fba2fbc

6 files changed

Lines changed: 17 additions & 15 deletions

File tree

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.17.0
1+
24.18.0

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ Code v99.99.999
2222

2323
## Unreleased
2424

25+
Code v1.129.0
26+
27+
### Changed
28+
29+
- Update to Code 1.129.0
30+
2531
## [4.128.0](https://github.com/coder/code-server/releases/tag/v4.128.0) - 2026-07-11
2632

2733
Code v1.128.0

lib/vscode

Submodule vscode updated 1689 files

patches/csp-hashes.diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Index: code-server/lib/vscode/src/vs/workbench/services/extensions/worker/webWor
1919
<meta http-equiv="Content-Security-Policy" content="
2020
default-src 'none';
2121
child-src 'self' data: blob:;
22-
- script-src 'self' 'unsafe-eval' 'sha256-cl8ijlOzEe+0GRCQNJQu2k6nUQ0fAYNYIuuKEm72JDs=' https: http://localhost:* blob:;
23-
+ script-src 'self' 'unsafe-eval' 'sha256-yhZXuB8LS6t73dvNg6rtLX8y4PHLnqRm5+6DdOGkOcw=' https: http://localhost:* blob:;
22+
- script-src 'self' 'unsafe-eval' 'sha256-daEgfo2VIXpx2Np71KqCCbkeQwv+68vPrx54XRcbdcs=' https: http://localhost:* blob:;
23+
+ script-src 'self' 'unsafe-eval' 'sha256-gfjiOVjAlxqrivZAfTq2d83mOaz0fnAxbGaFpj5IjD8=' https: http://localhost:* blob:;
2424
connect-src 'self' https: wss: http://localhost:* http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:*;"/>
2525
</head>
2626
<body>

patches/proposed-api.diff

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,14 @@ Index: code-server/lib/vscode/src/vs/workbench/services/extensions/common/extens
1010
===================================================================
1111
--- code-server.orig/lib/vscode/src/vs/workbench/services/extensions/common/extensions.ts
1212
+++ code-server/lib/vscode/src/vs/workbench/services/extensions/common/extensions.ts
13-
@@ -321,10 +321,7 @@ function extensionDescriptionArrayToMap(
13+
@@ -324,6 +324,7 @@ function extensionDescriptionArrayToMap(
1414
}
1515

1616
export function isProposedApiEnabled(extension: IExtensionDescription, proposal: ApiProposalName): boolean {
17-
- if (!extension.enabledApiProposals) {
18-
- return false;
19-
- }
20-
- return true;// extension.enabledApiProposals.includes(proposal);
21-
+ return true
22-
}
23-
24-
export function checkProposedApiEnabled(extension: IExtensionDescription, proposal: ApiProposalName): void {
17+
+ return true;
18+
if (!extension.enabledApiProposals) {
19+
return false;
20+
}
2521
Index: code-server/lib/vscode/src/vs/workbench/services/extensions/common/extensionsProposedApi.ts
2622
===================================================================
2723
--- code-server.orig/lib/vscode/src/vs/workbench/services/extensions/common/extensionsProposedApi.ts

patches/webview.diff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ Index: code-server/lib/vscode/src/vs/workbench/services/extensions/worker/webWor
7979
===================================================================
8080
--- code-server.orig/lib/vscode/src/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html
8181
+++ code-server/lib/vscode/src/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html
82-
@@ -25,6 +25,13 @@
83-
// validation not requested
82+
@@ -34,6 +34,13 @@
83+
}
8484
return start();
8585
}
8686
+

0 commit comments

Comments
 (0)