also adds these

This commit is contained in:
jjpark-kb
2020-07-15 22:16:32 -04:00
parent 1d33f7f1fb
commit 24d1bbeb54
2 changed files with 24 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "byond",
"request": "launch",
"name": "Launch DreamSeeker",
"preLaunchTask": "dm: build - ${command:CurrentDME}",
"dmb": "${workspaceFolder}/${command:CurrentDMB}"
}
]
}
+12
View File
@@ -0,0 +1,12 @@
{
"eslint.workingDirectories": [
"./tgui"
],
"workbench.editorAssociations": [
{
"filenamePattern": "*.dmi",
"viewType": "imagePreview.previewEditor"
}
]
}