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

change default to opened

parent c52cff2d
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ local config = { ...@@ -144,7 +144,7 @@ local config = {
["Lua.diagnostics.libraryFiles"] = { ["Lua.diagnostics.libraryFiles"] = {
scope = "resource", scope = "resource",
type = "string", type = "string",
default = "Disable", default = "Opened",
enum = { enum = {
"Enable", "Enable",
"Opened", "Opened",
...@@ -160,7 +160,7 @@ local config = { ...@@ -160,7 +160,7 @@ local config = {
["Lua.diagnostics.ignoredFiles"] = { ["Lua.diagnostics.ignoredFiles"] = {
scope = "resource", scope = "resource",
type = "string", type = "string",
default = "Disable", default = "Opened",
enum = { enum = {
"Enable", "Enable",
"Opened", "Opened",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment