diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-01-25 17:44:57 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-01-25 17:44:57 +0800 |
commit | f5dee7de483bbfd56e9e1ee3ef5e437f14c3d54f (patch) | |
tree | 3f2df60fda8353786cc23d70eab8173b656b3558 /package.json | |
parent | 0606ce1ae00fe10623e75952723efbbbd311efdd (diff) | |
download | lua-language-server-f5dee7de483bbfd56e9e1ee3ef5e437f14c3d54f.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 86178bd7..acae61c0 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,12 @@ "type": "boolean", "default": true, "description": "Ignore submodules.\n忽略子模块。" + }, + "Lua.workspace.useGitIgnore": { + "scope": "resource", + "type": "boolean", + "default": true, + "description": "Ignore files list in .gitignore.\n忽略.gitignore中列举的文件。" } } } |