31 lines
667 B
JSON
31 lines
667 B
JSON
{
|
|
"eslint.nodePath": "./tgui/.yarn/sdks",
|
|
"eslint.workingDirectories": [
|
|
"./tgui"
|
|
],
|
|
"typescript.tsdk": "./tgui/.yarn/sdks/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
|
"search.exclude": {
|
|
"**/.yarn": true,
|
|
"**/.pnp.*": true
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"workbench.editorAssociations": {
|
|
"*.dmi": "imagePreview.previewEditor"
|
|
},
|
|
"files.eol": "\n",
|
|
"gitlens.advanced.blame.customArguments": ["-w"],
|
|
"tgstationTestExplorer.project.resultsType": "json",
|
|
"[javascript]": {
|
|
"editor.rulers": [80]
|
|
},
|
|
"[typescript]": {
|
|
"editor.rulers": [80]
|
|
},
|
|
"[scss]": {
|
|
"editor.rulers": [80]
|
|
}
|
|
}
|