chore: synced local './' with remote 'repo-template/'

This commit is contained in:
qbox-duck[bot]
2024-02-16 01:47:16 +00:00
committed by GitHub
parent a2f74ce737
commit f58de0f3c4
2 changed files with 19 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"recommendations": [
"sumneko.lua",
"overextended.cfxlua-vscode",
"ihyajb.qbcore-code-snippets",
"EditorConfig.EditorConfig",
]
}
+11
View File
@@ -0,0 +1,11 @@
{
"Lua.runtime.nonstandardSymbol": ["/**/", "`", "+=", "-=", "*=", "/="],
"Lua.runtime.version": "Lua 5.4",
"Lua.diagnostics.globals": [
"lib",
"cache",
"QBX",
"locale",
"qbx"
]
}