Skip to content

Commit

Permalink
chore: synced local './' with remote 'repo-template/'
Browse files Browse the repository at this point in the history
  • Loading branch information
qbox-duck[bot] authored Feb 16, 2024
1 parent 45a1cfd commit f07a3a6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"recommendations": [
"sumneko.lua",
"overextended.cfxlua-vscode",
"ihyajb.qbcore-code-snippets",
"EditorConfig.EditorConfig",
]
}
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"Lua.runtime.nonstandardSymbol": ["/**/", "`", "+=", "-=", "*=", "/="],
"Lua.runtime.version": "Lua 5.4",
"Lua.diagnostics.globals": [
"lib",
"cache",
"QBX",
"Locale"
"locale",
"qbx"
]
}
}

0 comments on commit f07a3a6

Please sign in to comment.