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

change default to opened

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