-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.luarc.json
More file actions
22 lines (22 loc) · 888 Bytes
/
.luarc.json
File metadata and controls
22 lines (22 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"Generator": [
"Quarto",
"This file provides type information for Lua completion and diagnostics.",
"Quarto will automatically update this file to reflect the current path",
"of your Quarto installation, and the file will also be added to .gitignore",
"since it points to the absolute path of Quarto on the local system.",
"Remove the 'Generator' key to manage this file's contents manually."
],
"Lua.runtime.version": "Lua 5.3",
"Lua.workspace.checkThirdParty": false,
"Lua.workspace.library": [
"C:\\Users\\KEL329\\AppData\\Local\\Programs\\Quarto\\share\\lua-types"
],
"Lua.runtime.plugin": "C:\\Users\\KEL329\\AppData\\Local\\Programs\\Quarto\\share\\lua-plugin\\plugin.lua",
"Lua.completion.showWord": "Disable",
"Lua.completion.keywordSnippet": "Both",
"Lua.diagnostics.disable": [
"lowercase-global",
"trailing-space"
]
}