Skip to content

Commit e1e5921

Browse files
committed
cleanup
1 parent fd2241c commit e1e5921

File tree

1 file changed

+28
-26
lines changed

1 file changed

+28
-26
lines changed

package/configuration.lua

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -315,30 +315,30 @@ local config = {
315315
-- default = ".vscode/lua-plugin/*.lua",
316316
-- markdownDescription = "%config.plugin.path%"
317317
--},
318-
["Lua.develop.enable"] = {
319-
scope = "resource",
320-
type = "boolean",
321-
default = false,
322-
markdownDescription = "%config.develop.enable%"
323-
},
324-
["Lua.develop.debuggerPort"] = {
325-
scope = "resource",
326-
type = "integer",
327-
default = 11412,
328-
markdownDescription = "%config.develop.debuggerPort%"
329-
},
330-
["Lua.develop.debuggerWait"] = {
331-
scope = "resource",
332-
type = "boolean",
333-
default = false,
334-
markdownDescription = "%config.develop.debuggerWait%"
335-
},
336-
['Lua.intelliSense.searchDepth'] = {
337-
scope = "resource",
338-
type = "integer",
339-
default = 0,
340-
markdownDescription = "%config.intelliSense.searchDepth%"
341-
},
318+
--["Lua.develop.enable"] = {
319+
-- scope = "resource",
320+
-- type = "boolean",
321+
-- default = false,
322+
-- markdownDescription = "%config.develop.enable%"
323+
--},
324+
--["Lua.develop.debuggerPort"] = {
325+
-- scope = "resource",
326+
-- type = "integer",
327+
-- default = 11412,
328+
-- markdownDescription = "%config.develop.debuggerPort%"
329+
--},
330+
--["Lua.develop.debuggerWait"] = {
331+
-- scope = "resource",
332+
-- type = "boolean",
333+
-- default = false,
334+
-- markdownDescription = "%config.develop.debuggerWait%"
335+
--},
336+
--['Lua.intelliSense.searchDepth'] = {
337+
-- scope = "resource",
338+
-- type = "integer",
339+
-- default = 0,
340+
-- markdownDescription = "%config.intelliSense.searchDepth%"
341+
--},
342342
['Lua.window.statusBar'] = {
343343
scope = "resource",
344344
type = 'boolean',
@@ -383,8 +383,10 @@ local config = {
383383
},
384384
['Lua.misc.parameters'] = {
385385
scope = 'resource',
386-
type = 'string',
387-
default = '',
386+
type = "array",
387+
items = {
388+
type = 'string',
389+
},
388390
markdownDescription = '%config.misc.parameters%',
389391
},
390392
}

0 commit comments

Comments
 (0)