summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-01-25 16:00:56 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-01-25 16:00:56 +0800
commit1df57357aece99476057b7a904930e7d26335f2c (patch)
treee03296c9eb6b15d83a20ae4b8bac3758322897aa /package.json
parentf593f77690ce69c57128bb0cf20734f97fe8d598 (diff)
downloadlua-language-server-1df57357aece99476057b7a904930e7d26335f2c.zip
忽略子模块
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json
index 986ddf4c..86178bd7 100644
--- a/package.json
+++ b/package.json
@@ -50,6 +50,12 @@
"type": "array",
"items": "string",
"description": "Ignored directories.\n忽略的目录。"
+ },
+ "Lua.workspace.ignoreSubmodules": {
+ "scope": "resource",
+ "type": "boolean",
+ "default": true,
+ "description": "Ignore submodules.\n忽略子模块。"
}
}
}