mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
17 lines
398 B
JSON
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
|
|
}
|