mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-28 21:01:23 +00:00
Add .vscode folder to recommend extensions and change settings
This commit is contained in:
+3
-1
@@ -1,3 +1,5 @@
|
||||
# Ignore any IDE derived project configs
|
||||
.idea
|
||||
.vscode
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
!.vscode/settings.json
|
||||
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"sumneko.lua",
|
||||
"fivem-vscode.fivem-vscode",
|
||||
"ihyajb.qbcore-code-snippets",
|
||||
"EditorConfig.EditorConfig",
|
||||
"eamodio.gitlens",
|
||||
"GitHub.vscode-pull-request-github"
|
||||
]
|
||||
}
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"Lua.runtime.nonstandardSymbol": ["/**/", "`", "+=", "-=", "*=", "/="],
|
||||
"Lua.runtime.version": "Lua 5.4"
|
||||
}
|
||||
Reference in New Issue
Block a user