mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-09 08:48:21 +08:00
20
.vscode/settings.json
vendored
Normal file
20
.vscode/settings.json
vendored
Normal 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}",
|
||||
}
|
||||
Reference in New Issue
Block a user