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

default `editor.quickSuggestions`

parent b4113460
No related branches found
No related tags found
No related merge requests found
......@@ -2881,7 +2881,16 @@
]
}
}
]
],
"configurationDefaults": {
"[lua]": {
"editor.quickSuggestions": {
"other": "on",
"comments": "inline",
"strings": "on"
}
}
}
},
"description": "Lua Language Server coded by Lua",
"displayName": "Lua",
......
......@@ -61,6 +61,15 @@ return {
},
},
},
configurationDefaults = {
["[lua]"] = {
["editor.quickSuggestions"] = {
comments = "inline",
other = "on",
strings = "on",
},
},
},
},
capabilities = {
untrustedWorkspaces = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment