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": {} +}