Skip to content

Commit f80624e

Browse files
authored
Merge pull request #799 from CodinGame/vscode-1.120
Vscode 1.120
2 parents df75bb8 + 8f5e254 commit f80624e

54 files changed

Lines changed: 1375 additions & 1484 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

demo/package-lock.json

Lines changed: 141 additions & 146 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"@types/wicg-file-system-access": "^2023.10.7",
2424
"@types/ws": "^8.18.1",
2525
"typescript": "~5.9.3",
26-
"vite": "~8.0.10",
26+
"vite": "~8.0.12",
2727
"@codingame/monaco-vscode-rollup-extension-directory-plugin": "file:../dist/packages/monaco-vscode-rollup-extension-directory-plugin",
2828
"@codingame/monaco-vscode-rollup-vsix-plugin": "file:../dist/packages/monaco-vscode-rollup-vsix-plugin"
2929
},
3030
"dependencies": {
3131
"ansi-colors": "^4.1.3",
32-
"dockerode": "^4.0.10",
32+
"dockerode": "^5.0.0",
3333
"express": "^5.2.1",
34-
"ws": "^8.20.0",
34+
"ws": "^8.20.1",
3535
"@codingame/monaco-vscode-accessibility-service-override": "file:../dist/packages/monaco-vscode-accessibility-service-override",
3636
"@codingame/monaco-vscode-ai-service-override": "file:../dist/packages/monaco-vscode-ai-service-override",
3737
"@codingame/monaco-vscode-all-default-extensions": "file:../dist/packages/monaco-vscode-all-default-extensions",

package-lock.json

Lines changed: 406 additions & 582 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
},
3232
"config": {
3333
"vscode": {
34-
"version": "1.117.0",
35-
"ref": "1.117.0",
36-
"commit": "10c8e557c8b9f9ed0a87f61f1c9a44bde731c409"
34+
"version": "1.120.0",
35+
"ref": "1.120.0",
36+
"commit": "0958016b2af9f09bb4257e0df4a95e2f90590f9f"
3737
},
3838
"monaco": {
3939
"ref": "v0.55.1",
@@ -44,12 +44,12 @@
4444
"@babel/core": "^7.29.0",
4545
"@babel/plugin-proposal-class-properties": "^7.18.6",
4646
"@babel/plugin-proposal-decorators": "^7.29.0",
47-
"@babel/preset-env": "^7.29.2",
47+
"@babel/preset-env": "^7.29.5",
4848
"@babel/preset-typescript": "^7.28.5",
4949
"@codingame/commitlint-config-codingame": "^1.2.1",
5050
"@codingame/semantic-release-config-github": "^2.2.1",
5151
"@codingame/tsconfig": "^1.2.1",
52-
"@commitlint/cli": "^20.5.2",
52+
"@commitlint/cli": "^21.0.1",
5353
"@rollup/plugin-commonjs": "^29.0.2",
5454
"@rollup/plugin-dynamic-import-vars": "^2.1.5",
5555
"@rollup/plugin-json": "^6.1.0",
@@ -62,7 +62,7 @@
6262
"@types/vscode-semver": "npm:@types/semver@=5.5.0",
6363
"@types/yargs": "^17.0.35",
6464
"@types/yauzl": "^2.10.3",
65-
"@vscode/codicons": "^0.0.46-5",
65+
"@vscode/codicons": "^0.0.46-6",
6666
"@vscode/tree-sitter-wasm": "^0.3.1",
6767
"acorn": "^8.16.0",
6868
"chalk": "^5.6.2",
@@ -77,15 +77,15 @@
7777
"postcss-url": "^10.1.3",
7878
"prettier": "^3.8.3",
7979
"recast": "^0.23.11",
80-
"rollup": "^4.60.2",
80+
"rollup": "^4.60.3",
8181
"rollup-plugin-copy": "^3.5.0",
8282
"rollup-plugin-dts": "^6.4.1",
8383
"semantic-release": "25.0.3",
8484
"ts-morph": "^28.0.0",
8585
"tsx": "^4.21.0",
8686
"type-fest": "^5.6.0",
8787
"typescript": "^5.9.3",
88-
"typescript-eslint": "^8.59.0",
88+
"typescript-eslint": "^8.59.3",
8989
"vscode-oniguruma": "1.7.0",
9090
"vscode-semver": "npm:semver@=5.5.0",
9191
"vscode-textmate": "^9.3.2",
@@ -101,20 +101,20 @@
101101
"@vscode/ripgrep": "^1.17.1",
102102
"@vscode/spdlog": "^0.15.8",
103103
"@vscode/vscode-languagedetection": "npm:@codingame/vscode-languagedetection@1.0.23",
104-
"@vscode/windows-process-tree": "^0.6.0",
105-
"@xterm/addon-clipboard": "^0.3.0-beta.197",
106-
"@xterm/addon-image": "^0.10.0-beta.197",
107-
"@xterm/addon-ligatures": "^0.11.0-beta.197",
108-
"@xterm/addon-progress": "^0.3.0-beta.197",
109-
"@xterm/addon-search": "^0.17.0-beta.197",
110-
"@xterm/addon-serialize": "^0.15.0-beta.197",
111-
"@xterm/addon-unicode11": "^0.10.0-beta.197",
112-
"@xterm/addon-webgl": "^0.20.0-beta.196",
113-
"@xterm/headless": "^6.1.0-beta.197",
114-
"@xterm/xterm": "^6.1.0-beta.197",
104+
"@vscode/windows-process-tree": "^0.7.0",
105+
"@xterm/addon-clipboard": "^0.3.0-beta.213",
106+
"@xterm/addon-image": "^0.10.0-beta.213",
107+
"@xterm/addon-ligatures": "^0.11.0-beta.213",
108+
"@xterm/addon-progress": "^0.3.0-beta.213",
109+
"@xterm/addon-search": "^0.17.0-beta.213",
110+
"@xterm/addon-serialize": "^0.15.0-beta.213",
111+
"@xterm/addon-unicode11": "^0.10.0-beta.213",
112+
"@xterm/addon-webgl": "^0.20.0-beta.212",
113+
"@xterm/headless": "^6.1.0-beta.213",
114+
"@xterm/xterm": "^6.1.0-beta.213",
115115
"cookie": "^0.7.2",
116116
"css-url-parser": "^1.1.4",
117-
"dompurify": "^3.4.1",
117+
"dompurify": "^3.4.3",
118118
"jschardet": "3.1.4",
119119
"jsonc-parser": "^3.0.0",
120120
"katex": "^0.16.22",

src/extension.api.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,9 @@ const api: typeof vscode = {
398398
ChatDebugEventHookContent: extHostTypes.ChatDebugEventHookContent,
399399
ChatDebugHookResult: extHostTypes.ChatDebugHookResult,
400400
TaskRunOn: extHostTypes.TaskRunOn,
401-
ChatSessionCustomizationType: extHostTypes.ChatSessionCustomizationType
401+
ChatSessionCustomizationType: extHostTypes.ChatSessionCustomizationType,
402+
ChatInputNotificationSeverity: extHostTypes.ChatInputNotificationSeverity,
403+
ChatResponseInfoPart: extHostTypes.ChatResponseInfoPart
402404
}
403405

404406
// @ts-expect-error the syntax will be transformed by a typescript transformer in the rollup config

0 commit comments

Comments
 (0)