From f5d6394c38285161d35ba4fbece9b116bd33c700 Mon Sep 17 00:00:00 2001 From: dank074 Date: Tue, 19 Nov 2024 14:19:40 -0600 Subject: run prettier --- server.code-workspace | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'server.code-workspace') 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": [], + }, } -- cgit 1.5.1