mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Fix variables in chatAgents2 API requests, add tests (#195529)
* Fix variables in chatAgents2 API requests * Enable file references and the 'used references' section by default in Insiders * Add integration tests for chat * Fix equality * fix test
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
"license": "MIT",
|
||||
"enabledApiProposals": [
|
||||
"authSession",
|
||||
"chatAgents2",
|
||||
"chatVariables",
|
||||
"contribViewsRemote",
|
||||
"contribStatusBarItems",
|
||||
"createFileSystemWatcher",
|
||||
@@ -20,6 +22,7 @@
|
||||
"fileSearchProvider",
|
||||
"findTextInFiles",
|
||||
"fsChunks",
|
||||
"interactive",
|
||||
"mappedEditsProvider",
|
||||
"notebookCellExecutionState",
|
||||
"notebookDeprecated",
|
||||
@@ -165,6 +168,12 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"interactiveSession": [
|
||||
{
|
||||
"id": "provider",
|
||||
"label": "Provider"
|
||||
}
|
||||
],
|
||||
"notebooks": [
|
||||
{
|
||||
"type": "notebookCoreTest",
|
||||
|
||||
Reference in New Issue
Block a user