Skip to content

Commit

Permalink
Wiki: Removed note that is no longer valid. Other debuggers can do it…
Browse files Browse the repository at this point in the history
… now.
  • Loading branch information
Sewer56 authored Sep 20, 2022
1 parent 2500c42 commit ce41290
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/DevelopmentEnvironmentSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ The most common IDEs and code editors used with .NET include the following:
- [JetBrains Rider](https://www.jetbrains.com/rider/): Paid. Good choice for those familiar with other JetBrains products like IntelliJ and PyCharm. Crossplatform.
- [Visual Studio Code](https://code.visualstudio.com/): Free. Crossplatform, supports .NET via plugins.

Note: At this current moment in time (2022), `Visual Studio` is the suggested code editor since it is the only one that can be used for debugging Reloaded mods at this time. This will hopefully change in the future.

## Installing Reloaded Mod Template

Reloaded provides a template to allow for a quick start with mod development.
Expand All @@ -59,4 +57,4 @@ Reloaded II Mod Template reloaded [C#] Common/Library/Games
## Summary

You are now ready to start developing mods with Reloaded.
Next: [Creating a New Project](./ProjectSetup.md)
Next: [Creating a New Project](./ProjectSetup.md)

0 comments on commit ce41290

Please sign in to comment.