mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 01:34:01 +00:00
14 lines
193 B
JSON
14 lines
193 B
JSON
{
|
|
"eslint.workingDirectories": [
|
|
"./tgui"
|
|
],
|
|
|
|
"workbench.editorAssociations": [
|
|
{
|
|
"filenamePattern": "*.dmi",
|
|
"viewType": "imagePreview.previewEditor"
|
|
}
|
|
],
|
|
"files.eol": "\n"
|
|
}
|