diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-01-03 14:00:56 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-01-03 14:00:56 +0800 |
commit | d24683a456cba86e7aea614df0f73b06205064c7 (patch) | |
tree | b63cf8bf6299b70616037b4fd1f802b898286ff0 /package.json | |
parent | 8315f15e5316ed0e1d95df5d957a3e95bf3c131f (diff) | |
download | lua-language-server-d24683a456cba86e7aea614df0f73b06205064c7.zip |
可以忽略指定目录
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json index 20315f75..aa0bab0f 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,12 @@ "type": "array", "items": "string", "description": "Defined global variables.\n已定义的全局变量。" + }, + "Lua.workspace.ignoreDir": { + "scope": "resource", + "type": "array", + "items": "string", + "description": "Ignored directories.\n忽略的目录。" } } } |