mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
fix: apply Copilot feedback (#294235)
This commit is contained in:
@@ -174,7 +174,6 @@ export const tocData: ITOCEntry<string> = {
|
||||
{
|
||||
id: 'chat',
|
||||
label: localize('chat', "Chat"),
|
||||
settings: [],
|
||||
children: [
|
||||
{
|
||||
id: 'chat/agent',
|
||||
@@ -246,6 +245,7 @@ export const tocData: ITOCEntry<string> = {
|
||||
label: localize('chatContext', "Context"),
|
||||
settings: [
|
||||
'chat.detectParticipant.*',
|
||||
'chat.experimental.detectParticipant.*',
|
||||
'chat.implicitContext.*',
|
||||
'chat.promptFilesLocations',
|
||||
'chat.instructionsFilesLocations',
|
||||
|
||||
Reference in New Issue
Block a user