Skip to content
Snippets Groups Projects
Commit 07a9279d authored by 最萌小汐's avatar 最萌小汐
Browse files

change default to `Opened`

parent 1933f28c
Branches
Tags
No related merge requests found
......@@ -167,8 +167,8 @@ local Template = {
>> util.deepCopy(define.DiagnosticDefaultNeededFileStatus),
['Lua.diagnostics.workspaceDelay'] = Type.Integer >> 0,
['Lua.diagnostics.workspaceRate'] = Type.Integer >> 100,
['Lua.diagnostics.libraryFiles'] = Type.String >> 'Disable',
['Lua.diagnostics.ignoredFiles'] = Type.String >> 'Disable',
['Lua.diagnostics.libraryFiles'] = Type.String >> 'Opened',
['Lua.diagnostics.ignoredFiles'] = Type.String >> 'Opened',
['Lua.workspace.ignoreDir'] = Type.Hash(Type.String, Type.Boolean, ';'),
['Lua.workspace.ignoreSubmodules'] = Type.Boolean >> true,
['Lua.workspace.useGitIgnore'] = Type.Boolean >> true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment