Skip to content

Commit

Permalink
fix: fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Apr 18, 2023
1 parent 0a6b9f7 commit 14d0b91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
@@ -1,7 +1,6 @@
package cc.unitmesh.devti.runconfig.config

import cc.unitmesh.devti.prompt.openai.DtOpenAIVersion
import cc.unitmesh.devti.runconfig.AutoCRUDState
import cc.unitmesh.devti.runconfig.options.OpenAIConfigureOptions
import cc.unitmesh.devti.runconfig.ui.AiCopilotSettingsEditor
import com.intellij.execution.Executor
Expand Down
5 changes: 3 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Expand Up @@ -13,12 +13,13 @@
<!-- show find bug -->
<runLineMarkerContributor language="JAVA"
implementationClass="cc.unitmesh.devti.language.AiCopilotMarkerContributor"/>
<runConfigurationProducer
implementation="cc.unitmesh.devti.runconfig.command.AiCopilotConfigurationProducer"/>
<configurationType implementation="cc.unitmesh.devti.runconfig.AiCopilotConfigurationType"/>

<!-- analysis story, and -->
<runLineMarkerContributor language="JAVA"
implementationClass="cc.unitmesh.devti.language.AutoCRUDLineMarkerContributor"/>
<configurationType implementation="cc.unitmesh.devti.runconfig.AiCopilotConfigurationType"/>

<runConfigurationProducer
implementation="cc.unitmesh.devti.runconfig.command.AutoCRUDConfigurationProducer"/>

Expand Down

0 comments on commit 14d0b91

Please sign in to comment.