feat(1.100): update patch (#2310)

This commit is contained in:
Baptiste Augrain
2025-04-06 02:27:49 +02:00
committed by GitHub
parent a9bdba172d
commit e93c8cd217
3 changed files with 39 additions and 28 deletions

View File

@@ -50,32 +50,32 @@ index 34d20e9..8404cdf 100644
+ <target prefix="${regKey}" namespace="!!ORG_NAME!!.Policies.${regKey}" /> + <target prefix="${regKey}" namespace="!!ORG_NAME!!.Policies.${regKey}" />
</policyNamespaces> </policyNamespaces>
diff --git a/eslint.config.js b/eslint.config.js diff --git a/eslint.config.js b/eslint.config.js
index 822da54..6236bf0 100644 index 33165a2..1a9716c 100644
--- a/eslint.config.js --- a/eslint.config.js
+++ b/eslint.config.js +++ b/eslint.config.js
@@ -796,3 +796,3 @@ export default tseslint.config( @@ -797,3 +797,3 @@ export default tseslint.config(
'@vscode/iconv-lite-umd', '@vscode/iconv-lite-umd',
- '@vscode/policy-watcher', - '@vscode/policy-watcher',
+ '@vscodium/policy-watcher', + '@vscodium/policy-watcher',
'@vscode/proxy-agent', '@vscode/proxy-agent',
diff --git a/package-lock.json b/package-lock.json diff --git a/package-lock.json b/package-lock.json
index 8112caf..682b56a 100644 index 1649f67..180f21a 100644
--- a/package-lock.json --- a/package-lock.json
+++ b/package-lock.json +++ b/package-lock.json
@@ -19,3 +19,2 @@ @@ -19,3 +19,2 @@
"@vscode/iconv-lite-umd": "0.7.0", "@vscode/iconv-lite-umd": "0.7.0",
- "@vscode/policy-watcher": "^1.3.0", - "@vscode/policy-watcher": "^1.3.1",
"@vscode/proxy-agent": "^0.32.0", "@vscode/proxy-agent": "^0.32.0",
@@ -30,2 +29,3 @@ @@ -30,2 +29,3 @@
"@vscode/windows-registry": "^1.1.0", "@vscode/windows-registry": "^1.1.0",
+ "@vscodium/policy-watcher": "^1.3.0-2503300035", + "@vscodium/policy-watcher": "^1.3.1-2504060125",
"@xterm/addon-clipboard": "^0.2.0-beta.82", "@xterm/addon-clipboard": "^0.2.0-beta.82",
@@ -2844,22 +2844,2 @@ @@ -2714,22 +2714,2 @@
}, },
- "node_modules/@vscode/policy-watcher": { - "node_modules/@vscode/policy-watcher": {
- "version": "1.3.0", - "version": "1.3.1",
- "resolved": "https://registry.npmjs.org/@vscode/policy-watcher/-/policy-watcher-1.3.0.tgz", - "resolved": "https://registry.npmjs.org/@vscode/policy-watcher/-/policy-watcher-1.3.1.tgz",
- "integrity": "sha512-a8pPxlZlMJWOOj2NZ/2ceXgHdDU/NXo+8Pn/InV/sPBfbvTnf/MpMc4pscm9pdU4UIrTGR5+OduQW7mTK8DK7Q==", - "integrity": "sha512-StbJFalUanuWSIeWng0yxu9Rjiyi9BPsvS5UlPqwyRbyA08TLvrM88SHMO2DVfyzMDjwM4MogF8LEUBTvVxS8g==",
- "hasInstallScript": true, - "hasInstallScript": true,
- "license": "MIT", - "license": "MIT",
- "dependencies": { - "dependencies": {
@@ -93,12 +93,12 @@ index 8112caf..682b56a 100644
- } - }
- }, - },
"node_modules/@vscode/proxy-agent": { "node_modules/@vscode/proxy-agent": {
@@ -3260,2 +3240,22 @@ @@ -3130,2 +3110,22 @@
}, },
+ "node_modules/@vscodium/policy-watcher": { + "node_modules/@vscodium/policy-watcher": {
+ "version": "1.3.0-2503300035", + "version": "1.3.1-2504060125",
+ "resolved": "https://registry.npmjs.org/@vscodium/policy-watcher/-/policy-watcher-1.3.0-2503300035.tgz", + "resolved": "https://registry.npmjs.org/@vscodium/policy-watcher/-/policy-watcher-1.3.1-2504060125.tgz",
+ "integrity": "sha512-Vf83Z2uKkq+SL2Kr+DHlE7Ezb+HBnspn5iMazUele1Mj/7WQv0Zq/fTQ3LFKKVC6hV5+G95BXwOc7oSAU0gWUw==", + "integrity": "sha512-bRNTJOk6GWu1OpisDjmuHTBsVlmIV877XgT/lQ63wUiGxNLkthwhpIhSUCS77JFuwrYuRM+apA0NX+fGUI7WOA==",
+ "hasInstallScript": true, + "hasInstallScript": true,
+ "license": "MIT", + "license": "MIT",
+ "dependencies": { + "dependencies": {
@@ -117,13 +117,13 @@ index 8112caf..682b56a 100644
+ }, + },
"node_modules/@webassemblyjs/ast": { "node_modules/@webassemblyjs/ast": {
diff --git a/package.json b/package.json diff --git a/package.json b/package.json
index add0c27..2e5b5f1 100644 index 309db0e..d0404fe 100644
--- a/package.json --- a/package.json
+++ b/package.json +++ b/package.json
@@ -78,3 +78,3 @@ @@ -78,3 +78,3 @@
"@vscode/iconv-lite-umd": "0.7.0", "@vscode/iconv-lite-umd": "0.7.0",
- "@vscode/policy-watcher": "^1.3.0", - "@vscode/policy-watcher": "^1.3.1",
+ "@vscodium/policy-watcher": "^1.3.0-2503300035", + "@vscodium/policy-watcher": "^1.3.1-2504060125",
"@vscode/proxy-agent": "^0.32.0", "@vscode/proxy-agent": "^0.32.0",
diff --git a/src/vs/base/test/node/uri.perf.data.txt b/src/vs/base/test/node/uri.perf.data.txt diff --git a/src/vs/base/test/node/uri.perf.data.txt b/src/vs/base/test/node/uri.perf.data.txt
index ee0a24b..881ce36 100644 index ee0a24b..881ce36 100644

View File

@@ -208,10 +208,14 @@
"treeViewMarkdownMessage" "treeViewMarkdownMessage"
], ],
"GitHub.copilot": [ "GitHub.copilot": [
"inlineCompletionsAdditions" "inlineCompletionsAdditions",
"interactive",
"terminalDataWriteEvent"
], ],
"GitHub.copilot-nightly": [ "GitHub.copilot-nightly": [
"inlineCompletionsAdditions" "inlineCompletionsAdditions",
"interactive",
"terminalDataWriteEvent"
], ],
"GitHub.copilot-chat": [ "GitHub.copilot-chat": [
"interactive", "interactive",
@@ -219,13 +223,13 @@
"terminalExecuteCommandEvent", "terminalExecuteCommandEvent",
"terminalSelection", "terminalSelection",
"terminalQuickFixProvider", "terminalQuickFixProvider",
"chatProvider",
"chatParticipantAdditions", "chatParticipantAdditions",
"defaultChatParticipant", "defaultChatParticipant",
"embeddings", "embeddings",
"chatEditing",
"chatProvider",
"mappedEditsProvider", "mappedEditsProvider",
"aiRelatedInformation", "aiRelatedInformation",
"chatEditing",
"codeActionAI", "codeActionAI",
"findTextInFiles", "findTextInFiles",
"findTextInFiles2", "findTextInFiles2",
@@ -242,9 +246,9 @@
"chatReferenceDiagnostic", "chatReferenceDiagnostic",
"extensionsAny", "extensionsAny",
"authLearnMore", "authLearnMore",
"chatReadonlyPromptReference",
"testObserver", "testObserver",
"aiTextSearchProvider", "aiTextSearchProvider",
"chatReadonlyPromptReference",
"documentFiltersExclusive", "documentFiltersExclusive",
"chatParticipantPrivate", "chatParticipantPrivate",
"contribDebugCreateConfiguration", "contribDebugCreateConfiguration",
@@ -271,10 +275,15 @@
"textSearchProvider", "textSearchProvider",
"timeline" "timeline"
], ],
"GitHub.copilot-nes": [
"inlineEdit"
],
"ms-python.gather": [ "ms-python.gather": [
"notebookCellExecutionState" "notebookCellExecutionState"
], ],
"ms-python.vscode-pylance": [], "ms-python.vscode-pylance": [
"terminalShellEnv"
],
"ms-python.debugpy": [ "ms-python.debugpy": [
"contribViewsWelcome", "contribViewsWelcome",
"debugVisualization", "debugVisualization",
@@ -299,6 +308,9 @@
"notebookVariableProvider", "notebookVariableProvider",
"notebookReplDocument" "notebookReplDocument"
], ],
"donjayamanne.kusto": [
"notebookVariableProvider"
],
"ms-toolsai.tensorboard": [ "ms-toolsai.tensorboard": [
"portsAttributes" "portsAttributes"
], ],
@@ -316,7 +328,6 @@
"terminalDataWriteEvent", "terminalDataWriteEvent",
"chatParticipantAdditions" "chatParticipantAdditions"
], ],
"vscjava.vscode-java-pack": [],
"ms-dotnettools.csdevkit": [ "ms-dotnettools.csdevkit": [
"inlineCompletionsAdditions" "inlineCompletionsAdditions"
], ],
@@ -335,13 +346,13 @@
"chatParticipantAdditions", "chatParticipantAdditions",
"languageModelSystem" "languageModelSystem"
], ],
"ms-toolsai.datawrangler": [],
"ms-vscode.vscode-commander": [],
"ms-vscode.vscode-websearchforcopilot": [],
"ms-vscode.vscode-copilot-vision": [ "ms-vscode.vscode-copilot-vision": [
"chatReferenceBinaryData", "chatReferenceBinaryData",
"codeActionAI" "codeActionAI"
], ],
"lramos15.model-playground": [
"chatProvider"
],
"ms-autodev.vscode-autodev": [ "ms-autodev.vscode-autodev": [
"chatParticipantAdditions" "chatParticipantAdditions"
], ],

View File

@@ -1,4 +1,4 @@
{ {
"tag": "1.99.0", "tag": "1.100.0",
"commit": "b34f7ee5b19a94b2aa6982c48a9495f691a8d9f6" "commit": "c7ea9f8f6c08db68cd63dabe8edfc8555904ee42"
} }