mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -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": {
|
||||
"GitHub.copilot": [
|
||||
"inlineCompletionsAdditions",
|
||||
"terminalDataWriteEvent"
|
||||
"inlineCompletionsAdditions"
|
||||
],
|
||||
"GitHub.copilot-nightly": [
|
||||
"inlineCompletionsAdditions",
|
||||
"inlineCompletionsAdditions"
|
||||
],
|
||||
"GitHub.copilot-chat": [
|
||||
"handleIssueUri",
|
||||
"interactive",
|
||||
"interactiveUserActions",
|
||||
"semanticSimilarity",
|
||||
"terminalDataWriteEvent"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user