Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.IllegalArgumentException: Unknown SDk type: class org.elixir_lang.sdk.elixir.Type at com.intellij.openapi.projectRoots.SdkType.findInstance(SdkType.java:263) #2770

Open
justteddy opened this issue Aug 1, 2022 · 1 comment

Comments

@justteddy
Copy link

System

Plugin Version: 13.1.1
Application: GoLand (2022.1.2)
Operating System: Mac OS X (12.4)

Event

Exception

Stacktrace

java.lang.IllegalArgumentException: Unknown SDk type: class org.elixir_lang.sdk.elixir.Type
java.lang.IllegalArgumentException: Unknown SDk type: class org.elixir_lang.sdk.elixir.Type
	at com.intellij.openapi.projectRoots.SdkType.findInstance(SdkType.java:263)
	at org.elixir_lang.sdk.elixir.Type$Companion.getInstance(Type.kt:482)
	at org.elixir_lang.Facet$Companion.sdks(Facet.kt:68)
	at org.elixir_lang.Facet$Companion.sdkByName(Facet.kt:70)
	at org.elixir_lang.Facet$Companion.sdk(Facet.kt:37)
	at org.elixir_lang.Facet.getSdk(Facet.kt:20)
	at org.elixir_lang.sdk.elixir.Type$Companion.mostSpecificSdk(Type.kt:522)
	at org.elixir_lang.sdk.elixir.Type$Companion.mostSpecificSdk(Type.kt:541)
	at org.elixir_lang.notification.setup_sdk.Provider.createNotificationPanel(Provider.kt:44)
	at org.elixir_lang.notification.setup_sdk.Provider.collectNotificationData$lambda-0(Provider.kt:32)
@KronicDeth
Copy link
Owner

This seems to indicate that the Facet support may differ in GoLand and Rubymine. My recommendation until I can do more testing with GoLand is to use IntelliJ Community Edition (it's free) or IntelliJ Ultimate Edition if you have an All Products license and can use Ultimate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants