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 70a2f86 commit 44ffcdcCopy full SHA for 44ffcdc
org.eclipse.wildwebdeveloper/src/org/eclipse/wildwebdeveloper/jsts/JSTSLanguageServer.java
@@ -56,7 +56,7 @@ public JSTSLanguageServer() {
56
URL url = FileLocator
57
.toFileURL(getClass().getResource("/node_modules/typescript-language-server/lib/cli.mjs"));
58
File nodeModules = new File(url.getPath()).getParentFile().getParentFile().getParentFile();
59
- tsserverPath = new File(nodeModules, "typescript/lib/tssserver.js").getAbsolutePath();
+ tsserverPath = new File(nodeModules, "typescript/lib/tsserver.js").getAbsolutePath();
60
commands.add(new File(url.getPath()).getAbsolutePath());
61
commands.add("--stdio");
62
setCommands(commands);
0 commit comments