Skip to content

Commit

Permalink
Update settings.json (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRowey authored Jun 8, 2024
1 parent 3716e7b commit 43f8d6b
Showing 1 changed file with 9 additions and 20 deletions.
29 changes: 9 additions & 20 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,16 @@
{
"Lua.runtime.nonstandardSymbol": ["continue", "!="],
"Lua.runtime.version": "Lua 5.1",
"Lua.runtime.path": ["?.lua", "?/init.lua", "/?"],
"Lua.completion.showWord": "Disable",
"Lua.runtime.special": {
"import": "require",
"doscript": "require",
"lazyimport": "require"
},
"Lua.runtime.version": "Lua 5.1",
"Lua.telemetry.enable": false,
"Lua.workspace.checkThirdParty": false,
"Lua.runtime.path": ["/?"],
"Lua.runtime.plugin": ".vscode/fa-plugin.lua",
"Lua.workspace.ignoreDir": [".vscode", "loc", "*.bp"],
"[lua]": {
"editor.wordBasedSuggestions": "off"
},
"files.associations": {
"*.bp": "lua"
"doscript": "require"
},
"Lua.runtime.nonstandardSymbol": ["!="],
"Lua.completion.requireSeparator": "/",
"Lua.diagnostics.enable": true,
"Lua.runtime.pathStrict": false,
"Lua.runtime.exportEnvDefault": true,
"Lua.completion.autoRequire": false,
"Lua.diagnostics.globals": ["ScenarioInfo"],
}
"Lua.diagnostics.globals": ["moho"],
"Lua.runtime.plugin": "${3rd}/fa/plugin.lua",
"Lua.workspace.library": ["${3rd}/fa/library"],
"Lua.workspace.checkThirdParty": false
}

0 comments on commit 43f8d6b

Please sign in to comment.