Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SparkyTD committed Jul 28, 2022
2 parents 1d88a7f + 3b9a17c commit 966299e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ This project is basically a [Java Agent](https://stackify.com/what-are-java-agen
3. Add this at the end of the file: `-javaagent:C:\\Users\\Sparky\\AppData\\Local\\JetBrains\\rider-razor-fix.jar`
4. Restart Rider

If you accidentally misspell something in the VM options file, or delete the downloaded .jar file, Rider won't be able to start anymore. In this case read [this](https://www.jetbrains.com/help/rider/Tuning_the_IDE.html) or [this](https://www.jetbrains.com/help/rider/Directories_Used_by_the_IDE_to_Store_Settings_Caches_Plugins_and_Logs.html#config-directory) article to locate your .vmoptions file, and manually remove the `-javaagent` flag.
If you accidentally misspell something in the VM options file, or delete the downloaded .jar file, Rider won't be able to start anymore. In this case read [this](https://www.jetbrains.com/help/rider/Tuning_the_IDE.html) or [this](https://www.jetbrains.com/help/rider/Directories_Used_by_the_IDE_to_Store_Settings_Caches_Plugins_and_Logs.html#config-directory) article to locate your .vmoptions file, and manually remove the `javaagent` flag.

0 comments on commit 966299e

Please sign in to comment.