equicord-companion
Version:
Equicord Companion is a vscode extension to test Equicord patches & webpack finds right from the comfort of your IDE
49 lines (48 loc) • 1.01 kB
JSON
// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
"dist": false,
".direnv": true,
},
"search.exclude": {
"dist": true
},
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off",
"typescript.tsdk": "node_modules/typescript/lib",
"extension-test-runner.extractSettings": {
"suite": [
"describe",
"suite"
],
"test": [
"it",
"test"
],
"extractWith": "evaluation"
},
"extension-test-runner.debugOptions": {
"outFiles": [
"${workspaceFolder}/dist.test/**/*.js"
],
"pauseForSourceMap": true,
},
"cSpell.words": [
"cpuprofile",
"eslintcache",
"flatmaps",
"Functionish",
"intrnl",
"jsxs",
"Literalish",
"mapstrace",
"moduleid",
"outdir",
"typeguard",
"Vencord",
"wreq",
"WUMPUS"
],
"npm.autoDetect": "off",
"eslint.lintTask.options": "--cache",
}