Skip to content

Commit fc0841d

Browse files
committed
Merge branch 'main' of https://github.com/Qbox-project/qbx_carwash into locales
2 parents 584f10a + 7ebbfdd commit fc0841d

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.vscode/extensions.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"recommendations": [
3+
"sumneko.lua",
4+
"overextended.cfxlua-vscode",
5+
"ihyajb.qbcore-code-snippets",
6+
"EditorConfig.EditorConfig",
7+
]
8+
}

.vscode/settings.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"Lua.runtime.nonstandardSymbol": ["/**/", "`", "+=", "-=", "*=", "/="],
3+
"Lua.runtime.version": "Lua 5.4",
4+
"Lua.diagnostics.globals": [
5+
"lib",
6+
"cache",
7+
"QBX",
8+
"locale",
9+
"qbx"
10+
]
11+
}

0 commit comments

Comments
 (0)