Skip to content

Commit 754e2fd

Browse files
author
Loïc Mangeonjean
committed
lib!: update to VSCode 1.100
1 parent 9a8d4f6 commit 754e2fd

103 files changed

Lines changed: 1316 additions & 692 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.

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[tools]
2-
node = "22.21.1"
2+
node = "22.22.0"
33
npm = "11.6.2"

package-lock.json

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

package.json

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
},
3131
"config": {
3232
"vscode": {
33-
"version": "1.109.3",
34-
"ref": "b6a47e94e326b5c209d118cf0f994d6065585705",
35-
"commit": "b6a47e94e326b5c209d118cf0f994d6065585705"
33+
"version": "1.110.0",
34+
"ref": "1.110",
35+
"commit": "0870c2a0c7c0564e7631bfed2675573a94ba4455"
3636
},
3737
"monaco": {
3838
"ref": "v0.55.1",
@@ -61,7 +61,7 @@
6161
"@types/vscode-semver": "npm:@types/semver@=5.5.0",
6262
"@types/yargs": "^17.0.35",
6363
"@types/yauzl": "^2.10.3",
64-
"@vscode/codicons": "^0.0.44",
64+
"@vscode/codicons": "^0.0.45-11",
6565
"@vscode/tree-sitter-wasm": "^0.3.0",
6666
"acorn": "^8.15.0",
6767
"chalk": "^5.6.2",
@@ -95,22 +95,21 @@
9595
"@microsoft/1ds-post-js": "^3.2.13",
9696
"@rollup/pluginutils": "^5.3.0",
9797
"@vscode/iconv-lite-umd": "0.7.1",
98-
"@vscode/proxy-agent": "^0.37.0",
98+
"@vscode/proxy-agent": "^0.38.0",
9999
"@vscode/ripgrep": "^1.15.13",
100100
"@vscode/spdlog": "^0.15.7",
101101
"@vscode/vscode-languagedetection": "npm:@codingame/vscode-languagedetection@1.0.23",
102102
"@vscode/windows-process-tree": "^0.6.0",
103-
"@vscode/windows-registry": "^1.1.0",
104-
"@xterm/addon-clipboard": "^0.3.0-beta.109",
105-
"@xterm/addon-image": "^0.10.0-beta.109",
106-
"@xterm/addon-ligatures": "^0.11.0-beta.109",
107-
"@xterm/addon-progress": "^0.3.0-beta.109",
108-
"@xterm/addon-search": "^0.17.0-beta.109",
109-
"@xterm/addon-serialize": "^0.15.0-beta.109",
110-
"@xterm/addon-unicode11": "^0.10.0-beta.109",
111-
"@xterm/addon-webgl": "^0.20.0-beta.108",
112-
"@xterm/headless": "^6.1.0-beta.109",
113-
"@xterm/xterm": "^6.1.0-beta.109",
103+
"@xterm/addon-clipboard": "^0.3.0-beta.167",
104+
"@xterm/addon-image": "^0.10.0-beta.167",
105+
"@xterm/addon-ligatures": "^0.11.0-beta.167",
106+
"@xterm/addon-progress": "^0.3.0-beta.167",
107+
"@xterm/addon-search": "^0.17.0-beta.167",
108+
"@xterm/addon-serialize": "^0.15.0-beta.167",
109+
"@xterm/addon-unicode11": "^0.10.0-beta.167",
110+
"@xterm/addon-webgl": "^0.20.0-beta.166",
111+
"@xterm/headless": "^6.1.0-beta.167",
112+
"@xterm/xterm": "^6.1.0-beta.167",
114113
"cookie": "^0.7.2",
115114
"css-url-parser": "^1.1.4",
116115
"dompurify": "^3.3.1",
@@ -134,7 +133,7 @@
134133
"yazl": "^2.4.3"
135134
},
136135
"volta": {
137-
"node": "22.21.1",
136+
"node": "22.22.0",
138137
"npm": "11.6.2"
139138
}
140139
}

src/contributions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ import 'vs/workbench/contrib/list/browser/list.contribution'
2222
import 'vs/workbench/contrib/codeEditor/browser/editorFeatures'
2323
import 'vs/workbench/browser/actions/developerActions'
2424
import 'vs/workbench/contrib/dropOrPasteInto/browser/dropOrPasteInto.contribution'
25+
import 'vs/workbench/contrib/meteredConnection/browser/meteredConnection.contribution.js'

src/extension.api.ts

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,24 @@ const api: typeof vscode = {
378378
ChatResponseQuestionCarouselPart: extHostTypes.ChatResponseQuestionCarouselPart,
379379
McpToolInvocationContentData: extHostTypes.McpToolInvocationContentData,
380380
ChatSessionChangedFile2: extHostTypes.ChatSessionChangedFile2,
381-
ChatResponseHookPart: extHostTypes.ChatResponseHookPart
381+
ChatResponseHookPart: extHostTypes.ChatResponseHookPart,
382+
ChatDebugLogLevel: extHostTypes.ChatDebugLogLevel,
383+
ChatDebugToolCallResult: extHostTypes.ChatDebugToolCallResult,
384+
ChatDebugToolCallEvent: extHostTypes.ChatDebugToolCallEvent,
385+
ChatDebugModelTurnEvent: extHostTypes.ChatDebugModelTurnEvent,
386+
ChatDebugGenericEvent: extHostTypes.ChatDebugGenericEvent,
387+
ChatDebugSubagentStatus: extHostTypes.ChatDebugSubagentStatus,
388+
ChatDebugSubagentInvocationEvent: extHostTypes.ChatDebugSubagentInvocationEvent,
389+
ChatDebugUserMessageEvent: extHostTypes.ChatDebugUserMessageEvent,
390+
ChatDebugAgentResponseEvent: extHostTypes.ChatDebugAgentResponseEvent,
391+
ChatDebugMessageSection: extHostTypes.ChatDebugMessageSection,
392+
ChatDebugEventTextContent: extHostTypes.ChatDebugEventTextContent,
393+
ChatDebugMessageContentType: extHostTypes.ChatDebugMessageContentType,
394+
ChatDebugEventMessageContent: extHostTypes.ChatDebugEventMessageContent,
395+
ChatDebugEventToolCallContent: extHostTypes.ChatDebugEventToolCallContent,
396+
ChatDebugEventModelTurnContent: extHostTypes.ChatDebugEventModelTurnContent,
397+
ChatTodoStatus: extHostTypes.ChatTodoStatus,
398+
ChatSubagentToolInvocationData: extHostTypes.ChatSubagentToolInvocationData
382399
}
383400

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

0 commit comments

Comments
 (0)