Nicholas Dunn
Nicholas Dunn
 The default config is just not enough for me as `stopOnEntry` is a pain and I also need to pre load a file in `arg0` to set up custom...
- [ ] Changes Example - [ ] Event Example - [x] Event, make sure Init and load don't attempt pcall - [ ] Player and Force documentation - [...
Trains now have unique IDs on_train_created (and other train events) stdlib/trains should be changed yet again to use these IDs
Currently the `.vscode` folder in git contains `settings.json` and `launch.json` which are more user related and makes user edits harder when those files are updated. I suggest to stop tracking...
Vscode Latest [log.log](https://github.com/sumneko/lua-language-server/files/9137248/log.log) Each workspace has it its own .luarc file If I use a relative path for workspace.library in a multi workspace setup `"../../factorio-api/",` then the files are not...
[file_home_nexela_Media_Develop_Lua_Factorio_Picker_stdlib2.log](https://github.com/sumneko/lua-language-server/files/9169928/file_home_nexela_Media_Develop_Lua_Factorio_Picker_stdlib2.log) It seems the plugin is only working for its own files
Latest Vscode, Latest Master ```lua ---@generic V: string ---@param list V[] ---@return {[V]: true} util.list_to_map = function(list) local map = {} for k, value in pairs(list) do map[value] = true...
Vscode / Extension 3.5 Initially I tried to use .luarc.json file per workspace but everything is too similiar and one change means changing them for all Current Layout Root/Folder/WorkspaceA Root/Folder/WorkspaceB...
As per the title meta/spell is not included in vscode releases. Additionally a setting to disable the spell meta, and a setting for paths to a user dictionary if these...