Nicholas Dunn

Results 35 issues of Nicholas Dunn

![image](https://user-images.githubusercontent.com/13972192/180112143-f57e1bad-7691-4ffd-bcab-25c658893352.png) 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...

enhancement

https://mods.factorio.com/mod/stdlib/discussion/5dc42f6770ee0d000c1786f4

bug

- [ ] Changes Example - [ ] Event Example - [x] Event, make sure Init and load don't attempt pcall - [ ] Player and Force documentation - [...

inprogress

Trains now have unique IDs on_train_created (and other train events) stdlib/trains should be changed yet again to use these IDs

enhancement
help wanted

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...

bug
Info Needed

[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

bug
need more infomation

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...

bug
generic

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...

enhancement

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...

enhancement