settings.json 217 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 // 将设置放入此文件中以覆盖默认值和用户设置。 { "files.exclude": { "public/dist/": true, "logs/": true }, "vetur.grammar.customBlocks": { "client": "js" } }