mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-28 15:40:05 +01:00
16 lines
237 B
JSON
16 lines
237 B
JSON
{
|
|
"eslint.workingDirectories": [
|
|
"./tgui"
|
|
],
|
|
|
|
"workbench.editorAssociations": {
|
|
"*.dmi": "imagePreview.previewEditor"
|
|
},
|
|
"files.exclude": {
|
|
"**/*.rpyc": true,
|
|
"**/*.rpa": true,
|
|
"**/*.rpymc": true,
|
|
"**/cache/": true
|
|
}
|
|
}
|