mirror of
https://github.com/Xevion/bot-quality-speed.git
synced 2025-12-10 10:06:41 -06:00
other(dev): Add VSCode extension settings, recommendations
This commit is contained in:
3
.vscode/extensions.json
vendored
Normal file
3
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"recommendations": ["justarandomgeek.factoriomod-debug", "sumneko.lua"]
|
||||
}
|
||||
25
.vscode/settings.json
vendored
25
.vscode/settings.json
vendored
@@ -1,3 +1,26 @@
|
||||
{
|
||||
"cSpell.words": ["Factorio"]
|
||||
"cSpell.words": ["conventionalcommits", "Factorio"],
|
||||
"Lua.diagnostics.globals": [
|
||||
"game",
|
||||
"settings",
|
||||
"script",
|
||||
"storage",
|
||||
"prototypes",
|
||||
"entity",
|
||||
"defines",
|
||||
"data",
|
||||
"rendering",
|
||||
"mods",
|
||||
"log",
|
||||
"util",
|
||||
"table",
|
||||
"serpent",
|
||||
"table_size",
|
||||
"commands",
|
||||
"remote",
|
||||
"__DebugAdapter",
|
||||
"__Profiler"
|
||||
],
|
||||
"Lua.diagnostics.disable": ["lowercase-global"],
|
||||
"Lua.runtime.version": "Lua 5.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user