VedalAI / neuro-amongus

Among Us Plugin for Neuro-sama
GNU General Public License v3.0
540 stars 49 forks source link

Added vscode support files #16

Closed Morgul closed 1 year ago

Morgul commented 1 year ago

So, I know committing IDE specific files is contentious (I hate doing it), but getting .Net projects to run right in VS Code has been a bit of an issue for me in the past, so after getting it to run, I thought I'd commit the two files that should make it much easier to use.

Now, after following the readme, just open the project in VS Code, install the C# plugin if you don't have it, and run the 'build' task.

image

Which should build the dll successfully: image

This just leaves the manual step of symlinking the dll into your amongus folder; I see that the csproj is set up do do that, but it didn't work for me. (Unsure if this is a VS Code thing, or not.) But a manual ln -s call (thank you git for windows and your unix tools) and it was right as rain.

Even if this merge is rejected, this pull request can serve as documentation on how to get it working.