File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ val clionVersion = prop("clionVersion")
64
64
val clionPlugins = listOf (
65
65
" com.intellij.cidr.base" ,
66
66
" com.intellij.cidr.lang" ,
67
- // "com.jetbrains:clion:233.13135.93",
68
67
" com.intellij.clion" ,
69
68
prop(" rustPlugin" ),
70
69
" org.toml.lang"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ideaVersion=IU-2022.2.4
7
7
pluginSinceBuild = 222.*
8
8
pluginUntilBuild = 232.*
9
9
10
- clionVersion =CL-2022.3
10
+ clionVersion =CL-2022.2.4
11
11
12
12
# https://plugins.jetbrains.com/plugin/9568-go/versions
13
13
goPlugin =org.jetbrains.plugins.go:222.4459.24
Original file line number Diff line number Diff line change 4
4
<plugin id =" com.intellij.clion" />
5
5
<plugin id =" com.intellij.cidr.base" />
6
6
7
- <module name = " com.intellij.modules. rust-capable " />
7
+ <plugin id = " org. rust.lang " />
8
8
</dependencies >
9
9
10
10
<extensions defaultExtensionNs =" cc.unitmesh" >
Original file line number Diff line number Diff line change 4
4
<plugin id =" com.intellij.clion" />
5
5
<plugin id =" com.intellij.cidr.base" />
6
6
7
- <module name = " org.rust.lang " />
7
+ <plugin id = " com.intellij.modules.rust-capable " />
8
8
</dependencies >
9
9
10
10
<extensions defaultExtensionNs =" cc.unitmesh" >
You can’t perform that action at this time.
0 commit comments