diff options
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index cd655acb..c33c094c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,5 +18,8 @@ "server/locale/", "server/libs/", "server/src/3rd", - ] + ], + "Lua.workspace.library": { + "E:/Github/test" : true + } } |