chore(vscode): update Lua settings
This commit is contained in:
parent
066d5dfe12
commit
fde6cd1f65
|
@ -1,11 +1,8 @@
|
|||
{
|
||||
"Lua.runtime.path": [
|
||||
"/usr/share/awesome/lib/?.lua",
|
||||
"/usr/share/awesome/lib/?/init.lua",
|
||||
"${workspaceFolder}/src/?.lua",
|
||||
"${workspaceFolder}/src/init.lua",
|
||||
"${workspaceFolder}/src/?/init.lua"
|
||||
],
|
||||
"Lua.runtime.version": "Lua 5.4",
|
||||
"Lua.runtime.path": ["?.lua", "?/init.lua"],
|
||||
"Lua.runtime.pathStrict": false,
|
||||
"Lua.workspace.library": ["/usr/share/awesome/lib", "lua_modules"],
|
||||
"[lua]": {
|
||||
"editor.defaultFormatter": "JohnnyMorganz.stylua"
|
||||
},
|
||||
|
@ -16,6 +13,5 @@
|
|||
".luamonrc": "lua",
|
||||
"*.rockspec": "lua",
|
||||
"luarocks.lock": "lua"
|
||||
},
|
||||
"Lua.runtime.version": "Lua 5.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue