Compare commits

...

3 Commits

Author SHA1 Message Date
Baptiste Augrain f4d12efa85 feat(1.116): update apis (#2808) 2026-04-27 14:23:46 +02:00
Baptiste Augrain 5b39c10720 Merge branch 'insider' 2026-04-27 11:53:29 +02:00
Baptiste Augrain 18fac11bcf ci: re-set 180 days-before-stale 2026-04-19 09:09:49 +02:00
3 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
steps: steps:
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0 - uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
with: with:
days-before-stale: 90 days-before-stale: 180
days-before-close: 30 days-before-close: 30
operations-per-run: 1024 operations-per-run: 1024
stale-issue-message: This issue has been automatically marked as stale. **If this issue is still affecting you, please leave any comment**, and we'll keep it open. If you have any new additional information, please include it with your comment! stale-issue-message: This issue has been automatically marked as stale. **If this issue is still affecting you, please leave any comment**, and we'll keep it open. If you have any new additional information, please include it with your comment!
+5 -8
View File
@@ -49,6 +49,7 @@
"extensionsEnabledWithApiProposalVersion": [ "extensionsEnabledWithApiProposalVersion": [
"GitHub.copilot-chat", "GitHub.copilot-chat",
"ms-vscode.vscode-commander", "ms-vscode.vscode-commander",
"ms-vscode.vscode-copilot-vision",
"GitHub.vscode-pull-request-github" "GitHub.vscode-pull-request-github"
], ],
"extensionEnabledApiProposals": { "extensionEnabledApiProposals": {
@@ -245,14 +246,10 @@
], ],
"GitHub.copilot": [ "GitHub.copilot": [
"inlineCompletionsAdditions", "inlineCompletionsAdditions",
"interactive",
"terminalDataWriteEvent",
"devDeviceId" "devDeviceId"
], ],
"GitHub.copilot-nightly": [ "GitHub.copilot-nightly": [
"inlineCompletionsAdditions", "inlineCompletionsAdditions",
"interactive",
"terminalDataWriteEvent",
"devDeviceId" "devDeviceId"
], ],
"GitHub.copilot-chat": [ "GitHub.copilot-chat": [
@@ -384,6 +381,7 @@
"terminalDataWriteEvent", "terminalDataWriteEvent",
"chatParticipantAdditions" "chatParticipantAdditions"
], ],
"vscjava.vscode-java-pack": [],
"ms-dotnettools.csdevkit": [ "ms-dotnettools.csdevkit": [
"inlineCompletionsAdditions" "inlineCompletionsAdditions"
], ],
@@ -407,6 +405,9 @@
"languageModelSystem", "languageModelSystem",
"mcpServerDefinitions" "mcpServerDefinitions"
], ],
"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"
@@ -414,10 +415,6 @@
"ms-autodev.vscode-autodev": [ "ms-autodev.vscode-autodev": [
"chatParticipantAdditions" "chatParticipantAdditions"
], ],
"codetrek.haystack-search": [
"fileSearchProvider",
"textSearchProvider2"
],
"vscjava.migrate-java-to-azure": [ "vscjava.migrate-java-to-azure": [
"chatParticipantAdditions", "chatParticipantAdditions",
"chatParticipantPrivate" "chatParticipantPrivate"
+2 -2
View File
@@ -1,4 +1,4 @@
{ {
"tag": "1.112.0", "tag": "1.116.0",
"commit": "07ff9d6178ede9a1bd12ad3399074d726ebe6e43" "commit": "560a9dba96f961efea7b1612916f89e5d5d4d679"
} }