mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Add proposed interactive copilot API (#23623)
* Add proposed interactive copilot API * Copy VS Code's proposed API section & add interactive * Removes interactive since not part of vscode metadata
This commit is contained in:
11
product.json
11
product.json
@@ -92,11 +92,16 @@
|
|||||||
],
|
],
|
||||||
"extensionEnabledApiProposals": {
|
"extensionEnabledApiProposals": {
|
||||||
"GitHub.copilot": [
|
"GitHub.copilot": [
|
||||||
"inlineCompletionsAdditions",
|
"inlineCompletionsAdditions"
|
||||||
"terminalDataWriteEvent"
|
|
||||||
],
|
],
|
||||||
"GitHub.copilot-nightly": [
|
"GitHub.copilot-nightly": [
|
||||||
"inlineCompletionsAdditions",
|
"inlineCompletionsAdditions"
|
||||||
|
],
|
||||||
|
"GitHub.copilot-chat": [
|
||||||
|
"handleIssueUri",
|
||||||
|
"interactive",
|
||||||
|
"interactiveUserActions",
|
||||||
|
"semanticSimilarity",
|
||||||
"terminalDataWriteEvent"
|
"terminalDataWriteEvent"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user