mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Enable proposed APIs for copilot (#22805)
This commit is contained in:
10
product.json
10
product.json
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user