From 9a9d0955a27e653a6dcb130b817a9211fa409ab8 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 26 Sep 2025 08:14:16 +0700 Subject: [PATCH] update: vscode config --- dms.code-workspace | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/dms.code-workspace b/dms.code-workspace index 876a1499..5b2a4088 100755 --- a/dms.code-workspace +++ b/dms.code-workspace @@ -1,8 +1,11 @@ { - "folders": [ - { - "path": "." - } - ], - "settings": {} -} \ No newline at end of file + "folders": [ + { + "path": "." + }, + { + "path": "S:/Documents" + } + ], + "settings": {} +}