File tree Expand file tree Collapse file tree 4 files changed +3
-10
lines changed
pycharm/src/test/resources/META-INF
233/test/kotlin/cc/unitmesh/rust/context Expand file tree Collapse file tree 4 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 1
1
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
2
2
propertiesPluginEnvironmentNameProperty =platformVersion
3
3
# Supported platforms: 222, 233, 241
4
- platformVersion =241
4
+ platformVersion =233
5
5
6
6
pluginGroup = com.phodal.autodev
7
7
pluginName = AutoDev
Original file line number Diff line number Diff line change 1
- <idea-plugin package =" cc.unitmesh" xmlns : xi =" http://www.w3.org/2001/XInclude" >
1
+ <idea-plugin package =" cc.unitmesh.python-test " xmlns : xi =" http://www.w3.org/2001/XInclude" >
2
2
<id >cc.unitmesh.devti</id >
3
3
4
4
<xi : include href =" /META-INF/autodev-core.xml" xpointer =" xpointer(/idea-plugin/*)" />
Original file line number Diff line number Diff line change @@ -34,13 +34,6 @@ class RustClassContextBuilderTest: BasePlatformTestCase() {
34
34
// when
35
35
val decl = PsiTreeUtil .getChildrenOfTypeAsList(code, RsStructItem ::class .java).first()
36
36
37
- ApplicationManager .getApplication().extensionArea.registerExtensionPoint(
38
- " cc.unitmesh.variableContextBuilder" ,
39
- " cc.unitmesh.devti.context.builder.VariableContextBuilder" ,
40
- ExtensionPoint .Kind .BEAN_CLASS ,
41
- true
42
- )
43
-
44
37
// then
45
38
val result = RustClassContextBuilder ().getClassContext(decl, false )!!
46
39
assertEquals(" Entry" , result.name)
Original file line number Diff line number Diff line change 1
- <idea-plugin package =" cc.unitmesh" xmlns : xi =" http://www.w3.org/2001/XInclude" >
1
+ <idea-plugin package =" cc.unitmesh.rust-test " xmlns : xi =" http://www.w3.org/2001/XInclude" >
2
2
<id >cc.unitmesh.devti</id >
3
3
<xi : include href =" /META-INF/autodev-core.xml" xpointer =" xpointer(/idea-plugin/*)" />
4
4
You can’t perform that action at this time.
0 commit comments