Skip to content

Commit 692056b

Browse files
author
Loïc Mangeonjean
committed
lib!: update to VSCode 1.120
1 parent df75bb8 commit 692056b

52 files changed

Lines changed: 876 additions & 813 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.

package-lock.json

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

package.json

Lines changed: 15 additions & 15 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",
@@ -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",
@@ -101,17 +101,17 @@
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",
117117
"dompurify": "^3.4.1",

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)