Can't import vscode-languageserver/node with nodeNext
See original GitHub issueHey,
I’ve been exploring using nodeNext, but this import seems to fail.
import { createConnection } from "vscode-languageserver/node";
Cannot find module 'vscode-languageserver/node' or its corresponding type declarations.
Or just https://github.com/elm-tooling/elm-language-server/pull/854 for the PR
Issue Analytics
- State:
- Created 9 months ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
VS Code/language server doesn't properly detect NodeNext ...
VS Code /language server doesn't properly detect NodeNext module kind based on package.json #47806 ... Can't be reproduced in the Playground.
Read more >Language Server Extension Guide - Visual Studio Code
Explain how to build a Language Server extension in VS Code using the provided Node SDK. Explain how to run, debug, log, and...
Read more >Error importing 'vscode-languageserver' in a React app
I am trying to create a playground using monaco-editor and vscode-languageserver to show the features of my language server. However when I try ......
Read more >Announcing TypeScript 4.5 - Microsoft Developer Blogs
Today we're excited to announce the release of TypeScript 4.5! If you're not yet familiar with TypeScript, it's a language that builds on ......
Read more >Documentation - Module Resolution - TypeScript
Module resolution is the process the compiler uses to figure out what an import refers to. Consider an import statement like import {...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Actually right now I have no idea what is causing this 😃
I’m way out of my depth too 🤷