vscode settings adjustments
This commit is contained in:
parent
54154cb9c8
commit
6f9210ff32
14
.vscode/cSpell.json
vendored
14
.vscode/cSpell.json
vendored
@ -1,14 +0,0 @@
|
||||
{
|
||||
"version": "0.1",
|
||||
"language": "en-GB",
|
||||
"ignoreWords": [
|
||||
"dosbox",
|
||||
"dosee",
|
||||
"Emscripten",
|
||||
"Emularity",
|
||||
"gravis",
|
||||
"initialisation",
|
||||
"initialise",
|
||||
"minified","screenshot","screenfull"
|
||||
]
|
||||
}
|
1
.vscode/extensions.json
vendored
1
.vscode/extensions.json
vendored
@ -6,7 +6,6 @@
|
||||
"recommendations": [
|
||||
"dbaeumer.vscode-eslint",
|
||||
"esbenp.prettier-vscode",
|
||||
"patrys.vscode-code-outline",
|
||||
"visualstudioexptteam.vscodeintellicode",
|
||||
"wix.vscode-import-cost"
|
||||
],
|
||||
|
46
.vscode/settings.json
vendored
46
.vscode/settings.json
vendored
@ -1,34 +1,14 @@
|
||||
{
|
||||
"prettier.eslintIntegration": true,
|
||||
"eslint.alwaysShowStatus": true,
|
||||
"cSpell.language": "en-GB",
|
||||
"cSpell.enabledLanguageIds": [
|
||||
"asciidoc",
|
||||
"c",
|
||||
"cpp",
|
||||
"csharp",
|
||||
"css",
|
||||
"go",
|
||||
"handlebars",
|
||||
"html",
|
||||
"jade",
|
||||
"javascript",
|
||||
"javascriptreact",
|
||||
"json",
|
||||
"latex",
|
||||
"less",
|
||||
"markdown",
|
||||
"php",
|
||||
"plaintext",
|
||||
"pub",
|
||||
"python",
|
||||
"restructuredtext",
|
||||
"rust",
|
||||
"scss",
|
||||
"text",
|
||||
"typescript",
|
||||
"typescriptreact",
|
||||
"yaml",
|
||||
"yml"
|
||||
]
|
||||
}
|
||||
"eslint.alwaysShowStatus": true,
|
||||
"prettier.eslintIntegration": true,
|
||||
"spellright.documentTypes": [
|
||||
"markdown",
|
||||
"latex",
|
||||
"plaintext",
|
||||
"javascript",
|
||||
"html"
|
||||
],
|
||||
"spellright.language": [
|
||||
"en"
|
||||
]
|
||||
}
|
||||
|
1
.vscode/spellright.dict
vendored
Normal file
1
.vscode/spellright.dict
vendored
Normal file
@ -0,0 +1 @@
|
||||
dosee Emularity gamefilepath
|
Loading…
x
Reference in New Issue
Block a user