15 lines
319 B
JSON
15 lines
319 B
JSON
{
|
|
"github.copilot.chat.codeblocks.languageDetection": true,
|
|
"editor.formatOnSave": true,
|
|
// "[vue]": {
|
|
// "editor.defaultFormatter": "Vue.volar",
|
|
// "editor.formatOnSave": true
|
|
// },
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact",
|
|
"vue"
|
|
]
|
|
} |