We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cdf4e commit cf54098Copy full SHA for cf54098
1 file changed
src/main/kotlin/com/github/xepozz/mago/config/MagoSchemaHolder.kt
@@ -22,9 +22,8 @@ class MagoSchemaHolder(val project: Project) {
22
if (run) return
23
run = true
24
25
- val magoConfiguration = MagoProjectConfiguration
26
- .getInstance(project)
27
- .findSelectedConfiguration(project)
+ val magoConfiguration = MagoProjectConfiguration.getInstance(project)
+ .run { findConfigurationById(selectedConfigurationId, project) }
28
?: return
29
30
ApplicationManager.getApplication().executeOnPooledThread {
0 commit comments