File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"config.runtime.version" : " Lua runtime version." ,
3
- "config.runtime.path" : " package.path" ,
3
+ "config.runtime.path" : " ` package.path` " ,
4
4
"config.diagnostics.disable" : " Disabled diagnostic (Use code in hover brackets)." ,
5
5
"config.diagnostics.globals" : " Defined global variables." ,
6
- "config.workspace.ignoreDir" : " Ignored directories." ,
6
+ "config.workspace.ignoreDir" : " Ignored directories (Use `.gitignore` grammar) ." ,
7
7
"config.workspace.ignoreSubmodules" : " Ignore submodules." ,
8
8
"config.workspace.useGitIgnore" : " Ignore files list in `.gitignore` ." ,
9
9
"config.workspace.maxPreload" : " Max preloaded files." ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"config.runtime.version" : " Lua运行版本。" ,
3
- "config.runtime.path" : " package.path" ,
3
+ "config.runtime.path" : " ` package.path` " ,
4
4
"config.diagnostics.disable" : " 禁用的诊断(使用浮框括号内的代码)。" ,
5
5
"config.diagnostics.globals" : " 已定义的全局变量。" ,
6
- "config.workspace.ignoreDir" : " 忽略的目录。" ,
6
+ "config.workspace.ignoreDir" : " 忽略的目录(使用 `.gitignore` 语法) 。" ,
7
7
"config.workspace.ignoreSubmodules" : " 忽略子模块。" ,
8
8
"config.workspace.useGitIgnore" : " 忽略 `.gitignore` 中列举的文件。" ,
9
9
"config.workspace.maxPreload" : " 最大预加载文件数。" ,
You can’t perform that action at this time.
0 commit comments