Skip to content

Commit 24c333d

Browse files
authored
Add *_save.lua to ignored directories for LuaLS (#7216)
1 parent b14d712 commit 24c333d

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.vscode/settings.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111
"Lua.workspace.checkThirdParty": false,
1212
"Lua.runtime.path": ["/?"],
1313
"Lua.runtime.plugin": ".vscode/fa-plugin.lua",
14-
"Lua.workspace.ignoreDir": [".vscode", "loc", "*.bp", "lua/ui/lobby/changelog/generated/*"],
14+
"Lua.workspace.ignoreDir": [
15+
".vscode/",
16+
"loc/",
17+
"*.bp",
18+
"lua/ui/lobby/changelog/generated/",
19+
"*_save.lua"
20+
],
1521
"[lua]": {
1622
"editor.wordBasedSuggestions": "off"
1723
},
@@ -41,10 +47,10 @@
4147
"__blueprints"
4248
],
4349
"Lua.format.defaultConfig": {
44-
"max_line_length": "unset",
50+
"max_line_length": "unset"
4551
},
4652
"[markdown]": {
47-
"editor.tabSize": 2,
53+
"editor.tabSize": 2
4854
},
4955

5056
// used for grammar checks of changelog

0 commit comments

Comments
 (0)