Skip to content

Commit

Permalink
feat(csharp): remove CsharpContextPrompter and refactor CSharpClassCo…
Browse files Browse the repository at this point in the history
…ntextBuilder to use DefaultContextPrompter #151
  • Loading branch information
phodal committed Apr 18, 2024
1 parent 9b2b588 commit b71e8c3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 44 deletions.
Expand Up @@ -16,8 +16,6 @@ class CSharpClassContextBuilder : ClassContextBuilder {
methods = listOf(),
fields = listOf(),
usages = listOf(),

)
)
}

}

This file was deleted.

2 changes: 0 additions & 2 deletions csharp/src/main/resources/cc.unitmesh.csharp.xml
Expand Up @@ -8,7 +8,5 @@
<extensions defaultExtensionNs="cc.unitmesh">
<classContextBuilder language="C#"
implementationClass="cc.unitmesh.csharp.context.CSharpClassContextBuilder"/>

<contextPrompter language="C#" implementation="cc.unitmesh.csharp.provider.CsharpContextPrompter"/>
</extensions>
</idea-plugin>

0 comments on commit b71e8c3

Please sign in to comment.