Add .vscode folder to recommend extensions and change settings

This commit is contained in:
David Malchin
2022-08-30 04:00:56 +03:00
parent e7357a5db5
commit 0124d515cd
3 changed files with 17 additions and 1 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
# Ignore any IDE derived project configs # Ignore any IDE derived project configs
.idea .idea
.vscode .vscode/*
!.vscode/extensions.json
!.vscode/settings.json
+10
View File
@@ -0,0 +1,10 @@
{
"recommendations": [
"sumneko.lua",
"fivem-vscode.fivem-vscode",
"ihyajb.qbcore-code-snippets",
"EditorConfig.EditorConfig",
"eamodio.gitlens",
"GitHub.vscode-pull-request-github"
]
}
+4
View File
@@ -0,0 +1,4 @@
{
"Lua.runtime.nonstandardSymbol": ["/**/", "`", "+=", "-=", "*=", "/="],
"Lua.runtime.version": "Lua 5.4"
}