06-14-code-0113C7C3FED381A
This commit is contained in:
@ -34,8 +34,8 @@
|
||||
"builtInExtensions": [
|
||||
{
|
||||
"name": "ms-vscode.js-debug-companion",
|
||||
"version": "1.1.2",
|
||||
"sha256": "e034b8b41beb4e97e02c70f7175bd88abe66048374c2bd629f54bb33354bc2aa",
|
||||
"version": "1.1.3",
|
||||
"sha256": "7380a890787452f14b2db7835dfa94de538caf358ebc263f9d46dd68ac52de93",
|
||||
"repo": "https://github.com/microsoft/vscode-js-debug-companion",
|
||||
"metadata": {
|
||||
"id": "99cb0b7f-7354-4278-b8da-6cc79972169d",
|
||||
@ -50,8 +50,8 @@
|
||||
},
|
||||
{
|
||||
"name": "ms-vscode.js-debug",
|
||||
"version": "1.91.0",
|
||||
"sha256": "53b99146c7fa280f00c74414e09721530c622bf3e5eac2c967ddfb9906b51c80",
|
||||
"version": "1.96.0",
|
||||
"sha256": "278cd8b129c133d834a8105d0e0699f2f940c5c159fa5c821c7b9a4f7ffd3581",
|
||||
"repo": "https://github.com/microsoft/vscode-js-debug",
|
||||
"metadata": {
|
||||
"id": "25629058-ddac-4e17-abba-74678e126c5d",
|
||||
@ -66,8 +66,8 @@
|
||||
},
|
||||
{
|
||||
"name": "ms-vscode.vscode-js-profile-table",
|
||||
"version": "1.0.9",
|
||||
"sha256": "3b62ee4276a2bbea3fe230f94b1d5edd915b05966090ea56f882e1e0ab53e1a6",
|
||||
"version": "1.0.10",
|
||||
"sha256": "7361748ddf9fd09d8a2ed1f2a2d7376a2cf9aae708692820b799708385c38e08",
|
||||
"repo": "https://github.com/microsoft/vscode-js-profile-visualizer",
|
||||
"metadata": {
|
||||
"id": "7e52b41b-71ad-457b-ab7e-0620f1fc4feb",
|
||||
@ -153,6 +153,7 @@
|
||||
"extensionEnabledApiProposals": {
|
||||
"ms-vscode.vscode-selfhost-test-provider": [
|
||||
"testObserver",
|
||||
"testRelatedCode",
|
||||
"attributableCoverage"
|
||||
],
|
||||
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
||||
@ -182,6 +183,7 @@
|
||||
"resolvers"
|
||||
],
|
||||
"ms-python.python": [
|
||||
"codeActionAI",
|
||||
"contribEditorContentMenu",
|
||||
"quickPickSortByLabel",
|
||||
"portsAttributes",
|
||||
@ -190,7 +192,8 @@
|
||||
"terminalDataWriteEvent",
|
||||
"terminalExecuteCommandEvent",
|
||||
"contribIssueReporter",
|
||||
"terminalShellIntegration"
|
||||
"notebookReplDocument",
|
||||
"notebookVariableProvider"
|
||||
],
|
||||
"ms-dotnettools.dotnet-interactive-vscode": [
|
||||
"notebookMessaging"
|
||||
@ -284,6 +287,7 @@
|
||||
"codeActionRanges",
|
||||
"commentingRangeHint",
|
||||
"commentReactor",
|
||||
"commentReveal",
|
||||
"commentThreadApplicability",
|
||||
"contribAccessibilityHelpContent",
|
||||
"contribCommentEditorActionsMenu",
|
||||
@ -316,6 +320,7 @@
|
||||
"chatParticipantAdditions",
|
||||
"defaultChatParticipant",
|
||||
"embeddings",
|
||||
"chatEditing",
|
||||
"chatVariableResolver",
|
||||
"chatProvider",
|
||||
"mappedEditsProvider",
|
||||
@ -323,6 +328,9 @@
|
||||
"codeActionAI",
|
||||
"findTextInFiles",
|
||||
"textSearchProvider",
|
||||
"textSearchProvider2",
|
||||
"activeComment",
|
||||
"commentReveal",
|
||||
"contribSourceControlInputBoxMenu",
|
||||
"contribCommentEditorActionsMenu",
|
||||
"contribCommentThreadAdditionalMenu",
|
||||
@ -334,7 +342,9 @@
|
||||
"testObserver",
|
||||
"aiTextSearchProvider",
|
||||
"documentFiltersExclusive",
|
||||
"chatParticipantPrivate"
|
||||
"chatParticipantPrivate",
|
||||
"contribDebugCreateConfiguration",
|
||||
"inlineEdit"
|
||||
],
|
||||
"GitHub.remotehub": [
|
||||
"contribRemoteHelp",
|
||||
@ -358,9 +368,10 @@
|
||||
"notebookCellExecutionState"
|
||||
],
|
||||
"ms-python.debugpy": [
|
||||
"portsAttributes",
|
||||
"contribIssueReporter",
|
||||
"debugVisualization"
|
||||
"contribViewsWelcome",
|
||||
"debugVisualization",
|
||||
"portsAttributes"
|
||||
],
|
||||
"ms-toolsai.jupyter-renderers": [
|
||||
"contribNotebookStaticPreloads"
|
||||
@ -379,7 +390,8 @@
|
||||
"quickPickItemTooltip",
|
||||
"notebookExecution",
|
||||
"notebookCellExecution",
|
||||
"notebookVariableProvider"
|
||||
"notebookVariableProvider",
|
||||
"notebookReplDocument"
|
||||
],
|
||||
"dbaeumer.vscode-eslint": [
|
||||
"notebookCellExecutionState"
|
||||
@ -390,14 +402,6 @@
|
||||
"ms-azuretools.vscode-azureappservice": [
|
||||
"terminalDataWriteEvent"
|
||||
],
|
||||
"ms-azuretools.vscode-azureresourcegroups": [
|
||||
"authGetSessions"
|
||||
],
|
||||
"ms-azuretools.vscode-azure-github-copilot": [
|
||||
"chatParticipantAdditions",
|
||||
"embeddings",
|
||||
"languageModelSystem"
|
||||
],
|
||||
"ms-vscode.anycode": [
|
||||
"extensionsAny"
|
||||
],
|
||||
@ -407,6 +411,7 @@
|
||||
"redhat.java": [
|
||||
"documentPaste"
|
||||
],
|
||||
"vscjava.vscode-java-pack": [],
|
||||
"ms-dotnettools.csdevkit": [
|
||||
"inlineCompletionsAdditions"
|
||||
],
|
||||
@ -425,6 +430,17 @@
|
||||
"chatParticipantAdditions",
|
||||
"languageModelSystem"
|
||||
],
|
||||
"ms-toolsai.datawrangler": [],
|
||||
"ms-vscode.vscode-commander": [],
|
||||
"ms-vscode.vscode-websearchforcopilot": [],
|
||||
"ms-vscode.vscode-copilot-data-analysis": [
|
||||
"chatVariableResolver",
|
||||
"chatProvider"
|
||||
],
|
||||
"ms-vscode.vscode-copilot-vision": [
|
||||
"chatReferenceBinaryData",
|
||||
"codeActionAI"
|
||||
],
|
||||
"jeanp413.open-remote-ssh": [
|
||||
"resolvers",
|
||||
"tunnels",
|
||||
@ -616,17 +632,17 @@
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"commit": "8512cb3341b26a5dba985a9a17eed8d7c3362886",
|
||||
"date": "2024-07-11T18:40:02.024Z",
|
||||
"commit": "3fbfa3d78a491a8cea397a4a0dad3116ad14fdee",
|
||||
"date": "2025-01-18T11:47:34.619Z",
|
||||
"checksums": {
|
||||
"vs/base/parts/sandbox/electron-sandbox/preload.js": "ZmpI8APXTA/LQeIHx77ZBnQqbyOAZV1rdiYG783NclQ",
|
||||
"vs/workbench/workbench.desktop.main.js": "G2395FvKOpIA2soxgl6iQx/CwBKBYoKqydUhv6o8rUs",
|
||||
"vs/workbench/workbench.desktop.main.css": "vyx6YBWtpO7+gmEVNtL92kuOOPEg0X36aFczGNQfW8E",
|
||||
"vs/workbench/api/node/extensionHostProcess.js": "Z5rvgEBpDTvtmTMgNZnz6+pmW6XHHBwOsXLl0S1bxW0",
|
||||
"vs/code/electron-sandbox/workbench/workbench.html": "n2mHBTaWJpw5iIh3QLxm6IoEPn+GYtXdtEqlHXzADvM",
|
||||
"vs/code/electron-sandbox/workbench/workbench.js": "Mf64DSyQiflXo1LuUwarnU/T3ihTcTc4T5epfrA093c"
|
||||
"vs/base/parts/sandbox/electron-sandbox/preload.js": "sSvjl8TbIOnXGbpbd15eYRmZwL+l3ETmcfxfdn8bNwU",
|
||||
"vs/workbench/workbench.desktop.main.js": "6OwcKSlKjMWVOpYUE0kDw4jr9KAR0QMyXn8zv4DOkSk",
|
||||
"vs/workbench/workbench.desktop.main.css": "tW++3DYOHxgJWLLNxL2oIFxRpF+HW87T6cPdzPWfOks",
|
||||
"vs/workbench/api/node/extensionHostProcess.js": "kkYZFGxxoxU8/9S+s5uBpHJSJEdm6E6/RwAnD+S34k0",
|
||||
"vs/code/electron-sandbox/workbench/workbench.html": "RhgaUfNHCwkUtPNBt+HPnUAO0QW9qf+he7Nf/Dsx/dg",
|
||||
"vs/code/electron-sandbox/workbench/workbench.js": "WIG6C8BuTOV+2j6ei26EZje5HBX69pqmAOaAF6mtu8U"
|
||||
},
|
||||
"version": "1.91.1",
|
||||
"release": "24193",
|
||||
"version": "1.96.4",
|
||||
"release": "25017",
|
||||
"target": "user"
|
||||
}
|
Reference in New Issue
Block a user