Roo-Code/.vscode/settings.json
2025-05-11 22:56:45 -07:00

17 lines
398 B
JSON

{
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.formatOnSave": false,
"search.exclude": {
"pnpm-lock.yaml": true
},
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.preferences.preferTypeOnlyAutoImports": true,
"testing.automaticallyOpenTestResults": "neverOpen",
"prettier.enable": true
}