Skip to content

Commit

Permalink
GD-470: Improve the C# setup Rider guide (#471)
Browse files Browse the repository at this point in the history
Add info to install required minimum version of plugin `godot-support`
  • Loading branch information
Nullpointer committed May 22, 2024
1 parent 072ecc6 commit 2411cff
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions _csharp_project_setup/vstest-adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,10 @@ You need to setup the system environment variable `GODOT_BIN`, the full path to
**Do follow this steps to activate the test explorer:**

* Install the Godot Support plugin
![godot-support](/gdUnit4/assets/images/faq/jetbrains/plugin-godot-support.png)
![godot-support](/gdUnit4/assets/images/faq/jetbrains/plugin-godot-support.png)
{% include advice.html
content="Minimum Version of <b>2024.1.167</b> is required! <a href=\"https://plugins.jetbrains.com/plugin/13882-godot-support\">Checkout for the latest version</a>"
%}
* [Optional] Configure the path to your `.runsettings`
![runsettings](/gdUnit4/assets/images/faq/jetbrains/setup-test-1.png)
* Enable the [VSTest adapters](https://www.jetbrains.com/help/rider/Reference__Options__Tools__Unit_Testing__VSTest.html#projects-with-unit-tests){:target="_blank"} in the Rider settings
Expand Down Expand Up @@ -196,4 +199,4 @@ The full guide to configure the settings can be found [here](https://learn.micro
![select_process](/gdUnit4/assets/images/faq/jetbrains/select-process.png)

---
<h4> document version v4.2.4 </h4>
<h4> document version v4.2.5 </h4>

0 comments on commit 2411cff

Please sign in to comment.