mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 07:48:55 +00:00
22 lines
513 B
JSON
22 lines
513 B
JSON
{
|
|
"eslint.nodePath": "./tgui/.yarn/sdks",
|
|
"eslint.workingDirectories": [
|
|
"./tgui"
|
|
],
|
|
"typescript.tsdk": "./tgui/.yarn/sdks/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
|
"search.exclude": {
|
|
"tgui/.yarn": true,
|
|
"tgui/.pnp.*": true
|
|
},
|
|
"workbench.editorAssociations": [
|
|
{
|
|
"filenamePattern": "*.dmi",
|
|
"viewType": "imagePreview.previewEditor"
|
|
}
|
|
],
|
|
"files.eol": "\n",
|
|
"gitlens.advanced.blame.customArguments": ["-w"],
|
|
"tgstationTestExplorer.project.resultsType": "json"
|
|
}
|