Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
seachicken committed Dec 25, 2024
1 parent 931dc1a commit 22f6b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import com.redhat.devtools.lsp4ij.server.OSProcessStreamConnectionProvider
import com.redhat.devtools.lsp4ij.server.StreamConnectionProvider
import org.eclipse.lsp4j.services.LanguageServer

class IngaLanguageServer : LanguageServerFactory {
class IngaLanguageServerFactory : LanguageServerFactory {
override fun createConnectionProvider(project: Project): StreamConnectionProvider {
return object : OSProcessStreamConnectionProvider() {
override fun start() {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<extensions defaultExtensionNs="com.redhat.devtools.lsp4ij">
<server id="ingaLanguageServer"
name="Inga"
factoryClass="inga.intellijinga.IngaLanguageServer">
factoryClass="inga.intellijinga.IngaLanguageServerFactory">
<description><![CDATA[
<p>Visualize the entry points affected by your code changes.</p>
]]>
Expand Down

0 comments on commit 22f6b64

Please sign in to comment.