feat: add .vscode

This commit is contained in:
Acbox
2026-01-12 20:36:48 +08:00
parent 1f1d6392fa
commit ac313de98a
3 changed files with 36 additions and 1 deletions
-1
View File
@@ -66,7 +66,6 @@ lerna-debug.log*
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
+33
View File
@@ -0,0 +1,33 @@
{
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"editor.tabSize": 2,
"[typescript]": {
"editor.tabSize": 2,
"editor.insertSpaces": true
},
"[javascript]": {
"editor.tabSize": 2,
"editor.insertSpaces": true
},
"[typescriptreact]": {
"editor.tabSize": 2,
"editor.insertSpaces": true
},
"[javascriptreact]": {
"editor.tabSize": 2,
"editor.insertSpaces": true
},
"[vue]": {
"editor.tabSize": 2,
"editor.insertSpaces": true
},
"[python]": {
"editor.tabSize": 4,
"editor.insertSpaces": true
}
}
+3
View File
@@ -0,0 +1,3 @@
{
"recommendations": ["Vue.volar"]
}