chat command center polish (#229674)

* mark `chat.commandCenter.enabled` as EXP setting, change default
* render keybindings
* order in buckets of panel, inline, and quick chat
This commit is contained in:
Johannes Rieken
2024-09-25 10:59:30 +02:00
committed by GitHub
parent 66b38fc2e2
commit b80272842e
7 changed files with 20 additions and 13 deletions

View File

@@ -170,5 +170,5 @@
},
"css.format.spaceAroundSelectorSeparator": true,
"typescript.enablePromptUseWorkspaceTsdk": true,
"inlineChat.experimental.onlyZoneWidget": true
"chat.commandCenter.enabled": true
}