l33tmaan / ACulinaryArtillery---.NET7

4 stars 10 forks source link

Add VS Code support and enable cross-platform development #31

Closed matthewkaney closed 2 weeks ago

matthewkaney commented 3 weeks ago

Hi! I'm interested in helping contribute to this mod, but first I had to adjust a few things to support my setup (VS Code on Linux). This adds .vscode files based on the new mod template so that VS Code users can run the mod in debug mode. In addition, it replaces the Windows-specific paths in the solution file with paths using the recommended Vintage Story environment variable, so it should work across operating systems.

Let me know if any of this needs adjusting.