Enable proposed APIs for copilot (#22805)

This commit is contained in:
Karl Burtram
2023-04-20 12:51:55 -07:00
committed by GitHub
parent a9e359f58f
commit 0bdb35d9ab

View File

@@ -86,6 +86,16 @@
"ms-dotnettools.dotnet-interactive-vscode", "ms-dotnettools.dotnet-interactive-vscode",
"ms-toolsai.jupyter" "ms-toolsai.jupyter"
], ],
"extensionEnabledApiProposals": {
"GitHub.copilot": [
"inlineCompletionsAdditions",
"terminalDataWriteEvent"
],
"GitHub.copilot-nightly": [
"inlineCompletionsAdditions",
"terminalDataWriteEvent"
]
},
"extensionsGallery": { "extensionsGallery": {
"version": "0.0.76", "version": "0.0.76",
"serviceUrl": "https://sqlopsextensions.blob.core.windows.net/marketplace/v1/extensionsGallery.json" "serviceUrl": "https://sqlopsextensions.blob.core.windows.net/marketplace/v1/extensionsGallery.json"