ci(vscode): 🐎 更改 vscode 配置

Signed-off-by: BTMuli <BT-Muli@outlook.com>
This commit is contained in:
BTMuli
2023-04-05 20:07:38 +08:00
parent 3702932ff1
commit 0663d609c9
2 changed files with 26 additions and 3 deletions

View File

@@ -1,7 +1,10 @@
{
"recommendations": [
"Vue.volar",
"dbaeumer.vscode-eslint",
"rust-lang.rust-analyzer",
"stylelint.vscode-stylelint",
"tauri-apps.tauri-vscode",
"rust-lang.rust-analyzer"
"Vue.vscode-typescript-vue-plugin",
"Vue.volar",
]
}
}

20
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,20 @@
{
"workbench.iconTheme": "material-icon-theme",
"editor.inlineSuggest.enabled": true,
"editor.fontFamily": "Consolas, 'Courier New', monospaced",
"workbench.colorTheme": "Atom One Dark",
"editor.guides.bracketPairs": "active",
"github.copilot.enable": {
"*": true,
},
"eslint.validate": [
"typescript",
"html",
"vue",
"markdown",
"json",
"yaml",
"plaintext"
],
"stylelint.configBasedir": "${workspaceFolder}",
}