noble animations
This commit is contained in:
52
.luarc.json
52
.luarc.json
@@ -1,22 +1,34 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
||||
"diagnostics.globals": ["import"],
|
||||
"diagnostics.severity": {
|
||||
"duplicate-set-field": "Hint"
|
||||
},
|
||||
"format.defaultConfig": {
|
||||
"indent_style": "space",
|
||||
"indent_size": "4"
|
||||
},
|
||||
"runtime.builtin": {
|
||||
"io": "disable",
|
||||
"os": "disable",
|
||||
"package": "disable"
|
||||
},
|
||||
"runtime.nonstandardSymbol": ["+=", "-=", "*=", "/=", "//=", "%=", "<<=", ">>=", "&=", "|=", "^="],
|
||||
"runtime.version": "Lua 5.4",
|
||||
"workspace.library": [
|
||||
"/home/ut3usw/src/playdate-luacats"
|
||||
"/home/ut3usw/Projects/VSCode-PlaydateTemplate/source/libraries"
|
||||
]
|
||||
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
||||
"diagnostics.globals": ["import"],
|
||||
"diagnostics.severity": {
|
||||
"duplicate-set-field": "Hint"
|
||||
},
|
||||
"format.defaultConfig": {
|
||||
"indent_style": "space",
|
||||
"indent_size": "4"
|
||||
},
|
||||
"runtime.builtin": {
|
||||
"io": "disable",
|
||||
"os": "disable",
|
||||
"package": "disable"
|
||||
},
|
||||
"runtime.nonstandardSymbol": [
|
||||
"+=",
|
||||
"-=",
|
||||
"*=",
|
||||
"/=",
|
||||
"//=",
|
||||
"%=",
|
||||
"<<=",
|
||||
">>=",
|
||||
"&=",
|
||||
"|=",
|
||||
"^="
|
||||
],
|
||||
"runtime.version": "Lua 5.4",
|
||||
"workspace.library": [
|
||||
"/home/ut3usw/src/playdate-luacats",
|
||||
"/home/ut3usw/Projects/VSCode-PlaydateTemplate/source/libraries"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user