lua-language-server icon indicating copy to clipboard operation
lua-language-server copied to clipboard

Git project enhancements.

Open Nexela opened this issue 3 years ago • 1 comments

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

Nexela avatar Jul 28 '22 01:07 Nexela

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?

sumneko avatar Jul 28 '22 17:07 sumneko

Issue has gone stale

carsakiller avatar Nov 12 '22 07:11 carsakiller