diff options
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 224ccbd0..97694867 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -25,7 +25,8 @@ "locale/", "libs/", "3rd", - ".vscode" + ".vscode", + "script", ], "Lua.workspace.library": { "E:/Github/test" : true, |