Plan mode for VS Code development

This commit is contained in:
Harald Kirschner
2025-09-11 09:10:57 -07:00
parent 6343813d67
commit 4d07e482c3
2 changed files with 47 additions and 1 deletions

View File

@@ -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
}
}