vue3-yuanma/.vscode/settings.json

28 lines
393 B
JSON
Raw Normal View History

2018-09-19 23:35:38 +08:00
{
"typescript.tsdk": "node_modules/typescript/lib",
"cSpell.enabledLanguageIds": [
"asciidoc",
"c",
"cpp",
"csharp",
"css",
"go",
"handlebars",
"jade",
"javascriptreact",
"json",
"latex",
"less",
"markdown",
"php",
"plaintext",
"pub",
"python",
"restructuredtext",
"rust",
"scss",
"text",
"yml"
]
2018-09-19 23:35:38 +08:00
}