25 lines
706 B
JSON
25 lines
706 B
JSON
{
|
|
// Linter Settings
|
|
"typescript.validate.enable": false,
|
|
"javascript.validate.enable": false,
|
|
"eslint.validate": ["typescript", "typescriptreact"],
|
|
"eslint.workingDirectories": ["./src"],
|
|
"editor.codeActionsOnSave": {"source.fixAll.eslint": true},
|
|
|
|
"bitburner.authToken": "MOG9GEp4MGcw4aupPiqC6C9kd8jtFR2JgWcuS9JMyJjYfRCv0sqWdoB1H0G7HMQY",
|
|
"bitburner.fileWatcher.enable": true,
|
|
// Bitburner Extension Settings
|
|
"bitburner.scriptRoot": "./dist/",
|
|
|
|
|
|
// Autosave Settings
|
|
"files.autoSave": "off",
|
|
|
|
// Autosnippet settings
|
|
"autoSnippet.snippets": [
|
|
{
|
|
"pattern": "**/*.ts",
|
|
"snippet": "ns-template"
|
|
},
|
|
],
|
|
} |