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 32c3894 commit bf9b0c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"recommendations": [
"sumneko.lua",
"fivem-vscode.fivem-vscode",
"overextended.cfxlua-vscode",
"ihyajb.qbcore-code-snippets",
"eamodio.gitlens",
"GitHub.vscode-pull-request-github"
"EditorConfig.EditorConfig",
]
}
}
11 changes: 9 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"Lua.runtime.nonstandardSymbol": ["/**/", "`", "+=", "-=", "*=", "/="],
"Lua.runtime.version": "Lua 5.4"
}
"Lua.runtime.version": "Lua 5.4",
"Lua.diagnostics.globals": [
"lib",
"cache",
"QBX",
"locale",
"qbx"
]
}

0 comments on commit bf9b0c2

Please sign in to comment.