diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-03-31 02:04:36 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-03-31 02:05:02 +1100 |
commit | 64e747a4d29220ef285124c98d22646842f03cd6 (patch) | |
tree | 2f81bd73522aea4565b9def3d2b23135009363b7 /server.code-workspace | |
parent | SPACEBAR (diff) | |
download | server-64e747a4d29220ef285124c98d22646842f03cd6.tar.xz |
SPACEBAR
Diffstat (limited to 'server.code-workspace')
-rw-r--r-- | server.code-workspace | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/server.code-workspace b/server.code-workspace new file mode 100644 index 00000000..b10a3545 --- /dev/null +++ b/server.code-workspace @@ -0,0 +1,23 @@ +{ + "folders": [ + { + "path": "src" + }, + { + "path": "assets" + }, + { + "path": "scripts" + }, + { + "path": "." + } + ], + "settings": { + "typescript.tsdk": "util\\node_modules\\typescript\\lib" + }, + "launch": { + "version": "0.2.0", + "configurations": [] + } +} |