1 files changed, 8 insertions, 8 deletions
diff --git a/server.code-workspace b/server.code-workspace
index b10a35452..c3ffcffa7 100644
--- a/server.code-workspace
+++ b/server.code-workspace
@@ -1,23 +1,23 @@
{
"folders": [
{
- "path": "src"
+ "path": "src",
},
{
- "path": "assets"
+ "path": "assets",
},
{
- "path": "scripts"
+ "path": "scripts",
},
{
- "path": "."
- }
+ "path": ".",
+ },
],
"settings": {
- "typescript.tsdk": "util\\node_modules\\typescript\\lib"
+ "typescript.tsdk": "util\\node_modules\\typescript\\lib",
},
"launch": {
"version": "0.2.0",
- "configurations": []
- }
+ "configurations": [],
+ },
}
|