lua-language-server
lua-language-server copied to clipboard
Git project enhancements.
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 them with git rm --cached <file>, adding them both to the .gitignore and making copies called example_settings.json and example_launch.json that are included in the repository
I also develop it on multiple PCs. Except for mistakes, I can hardly update these 2 files. And different PCs are only rarely modified the port. In most cases, I was developed through unit testing and rarely used attaching. So I have never been troubled by this, will you often modify these 2 files?
Issue has gone stale