summary refs log tree commit diff
path: root/server.code-workspace
diff options
context:
space:
mode:
authordank074 <torresefrain10@gmail.com>2024-11-19 14:19:40 -0600
committerdank074 <torresefrain10@gmail.com>2024-11-19 14:19:40 -0600
commitf5d6394c38285161d35ba4fbece9b116bd33c700 (patch)
tree01b420a21f7ce8a3064a296155ebdc70da1fdf80 /server.code-workspace
parentbuild(deps): update npm dependencies hash [dependabot skip] (diff)
downloadserver-ts-f5d6394c38285161d35ba4fbece9b116bd33c700.tar.xz
run prettier
Diffstat (limited to 'server.code-workspace')
-rw-r--r--server.code-workspace16
1 files changed, 8 insertions, 8 deletions
diff --git a/server.code-workspace b/server.code-workspace

index b10a3545..c3ffcffa 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": [], + }, }