CoD4x_Server icon indicating copy to clipboard operation
CoD4x_Server copied to clipboard

[Suggestion] Add development environment for vscode and VS

Open UsmanTariq2 opened this issue 3 years ago • 2 comments

Hey, It would be great help to configure intellisense gdb and other stuff directly with VS code for better coding facility I can work on this if u want since i am already having great difficulties browsing through the project on vs code etc Ill update this thread once i have a more compiled list of stuff

UsmanTariq2 avatar Feb 09 '22 01:02 UsmanTariq2

I am in the same boat, also got a link error see #357. If you have any progress would love to know.

Kevin-Delnoije avatar May 05 '22 12:05 Kevin-Delnoije

I'd be highly against this. Development environment shouldn't be part of projects. In fact, when excluding them from a project, they should not even be listed in .gitignore (usually part of a project to ignore artifacts produced by the project) but in .git/info/exclude (not part of projects, used to ignore DE files, and other local settings). There is not only one development environment and maintaining dozens of them doesn't make any sense.

proxict avatar Oct 06 '22 02:10 proxict