DOSee/.vscode/settings.json
2020-03-28 12:01:18 +11:00

14 lines
187 B
JSON

{
"eslint.alwaysShowStatus": true,
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext",
"javascript",
"html"
],
"spellright.language": [
"en"
]
}