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 11# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
22propertiesPluginEnvironmentNameProperty =platformVersion
33# Supported platforms: 222, 233, 241
4- platformVersion =241
4+ platformVersion =233
55
66pluginGroup = com.phodal.autodev
77pluginName = 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" >
22 <id >cc.unitmesh.devti</id >
33
44 <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() {
3434 // when
3535 val decl = PsiTreeUtil .getChildrenOfTypeAsList(code, RsStructItem ::class .java).first()
3636
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-
4437 // then
4538 val result = RustClassContextBuilder ().getClassContext(decl, false )!!
4639 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" >
22 <id >cc.unitmesh.devti</id >
33 <xi : include href =" /META-INF/autodev-core.xml" xpointer =" xpointer(/idea-plugin/*)" />
44
You can’t perform that action at this time.
0 commit comments