We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f1b06 commit c55e512Copy full SHA for c55e512
plugin.json
@@ -1,5 +1,5 @@
1
{
2
- "id": "acode.kotlin.servee",
+ "id": "acode.kotlin.server",
3
"name": "Kotlin Language Server",
4
"main": "dist/main.js",
5
"version": "1.0.0",
src/main.js
@@ -6,7 +6,7 @@ class AcodePlugin {
6
this.setupLangaugeClient(acodeLanguageClient);
7
} else {
8
window.addEventListener("plugin.install", ({ detail }) => {
9
- if (detail.name === "acode-language-client") {
+ if (detail.name == "acode-language-client") {
10
acodeLanguageClient = acode.require("acode-language-client");
11
12
}
0 commit comments