summary refs log tree commit diff
path: root/server.code-workspace
diff options
context:
space:
mode:
Diffstat (limited to 'server.code-workspace')
-rw-r--r--server.code-workspace42
1 files changed, 21 insertions, 21 deletions
diff --git a/server.code-workspace b/server.code-workspace

index c3ffcffa..d73553d9 100644 --- a/server.code-workspace +++ b/server.code-workspace
@@ -1,23 +1,23 @@ { - "folders": [ - { - "path": "src", - }, - { - "path": "assets", - }, - { - "path": "scripts", - }, - { - "path": ".", - }, - ], - "settings": { - "typescript.tsdk": "util\\node_modules\\typescript\\lib", - }, - "launch": { - "version": "0.2.0", - "configurations": [], - }, + "folders": [ + { + "path": "src", + }, + { + "path": "assets", + }, + { + "path": "scripts", + }, + { + "path": ".", + }, + ], + "settings": { + "typescript.tsdk": "util\\node_modules\\typescript\\lib", + }, + "launch": { + "version": "0.2.0", + "configurations": [], + }, }