You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* In theory, you can use a higher version, however we build with .NET 6 in CI
28
29
* macOS steps:
29
30
```
30
-
brew install --cask dotnet-sdk
31
+
brew install dotnet@6
31
32
```
32
-
* It is recommended dotnet version `5.0.403` and `below`. If your dotnet versions were higher, you should refer to this [link](https://github.com/isen-ng/homebrew-dotnet-sdk-versions).
33
+
33
34
### Instructions
34
35
35
36
1. Clone the github repository and run `./gradlew :intellij:buildPlugin` <br/> (This will produce a plugin zip under `intellij/build/distributions`)
@@ -156,13 +157,20 @@ If the tests run too quickly, you can tell the UI tests to wait for the debugger
156
157
157
158
Looking at the existing issues is a great way to find something to contribute on. Any of the [help wanted](https://github.com/aws/aws-toolkit-jetbrains/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) issues is a great place to start.
0 commit comments