mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
Plan mode for VS Code development
This commit is contained in:
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@@ -218,5 +218,11 @@
|
||||
"application.experimental.rendererProfiling": true,
|
||||
|
||||
"editor.aiStats.enabled": true, // Team selfhosting on ai stats
|
||||
"chat.checkpoints.showFileChanges": true
|
||||
"chat.checkpoints.showFileChanges": true,
|
||||
"chat.emptyState.history.enabled": true,
|
||||
"github.copilot.chat.advanced.taskTools.enabled": true,
|
||||
"chat.promptFilesRecommendations": {
|
||||
"plan": true,
|
||||
"implement": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user