Skip to content

Commit

Permalink
Refactor command line setup
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimon-au committed Mar 9, 2024
1 parent bfd67a6 commit 655061e
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,5 @@ class ContextiveLspServerSupportProvider : LspServerSupportProvider {
}
private class ContextiveLspServerDescriptor(project: Project) : ProjectWideLspServerDescriptor(project, "Contextive") {
override fun isSupportedFile(file: VirtualFile) = true
override fun createCommandLine(): GeneralCommandLine {
var cmd = GeneralCommandLine("Contextive.LanguageServer")
return cmd
}

override fun createCommandLine(): GeneralCommandLine = GeneralCommandLine("Contextive.LanguageServer")
}

0 comments on commit 655061e

Please sign in to comment.