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

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}",
}