chore: synced local './' with remote 'repo-template/'
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"sumneko.lua",
|
||||||
|
"overextended.cfxlua-vscode",
|
||||||
|
"ihyajb.qbcore-code-snippets",
|
||||||
|
"EditorConfig.EditorConfig",
|
||||||
|
]
|
||||||
|
}
|
||||||
Vendored
+11
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"Lua.runtime.nonstandardSymbol": ["/**/", "`", "+=", "-=", "*=", "/="],
|
||||||
|
"Lua.runtime.version": "Lua 5.4",
|
||||||
|
"Lua.diagnostics.globals": [
|
||||||
|
"lib",
|
||||||
|
"cache",
|
||||||
|
"QBX",
|
||||||
|
"locale",
|
||||||
|
"qbx"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user