question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Extension Couldn't start client Deno Language Server

See original GitHub issue

After Install, Extension Couldn’t start client Deno Language Server

Extention Couldn’t start client Deno Language Server So Imports are unknown and can not detect modules

Screenshots screenshot

Versions

vscode: 1.54.1 deno: 1.8.0 extension: 3.1.0

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:4
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
dennismayrcommented, Apr 26, 2021

Same thing happened to me; the denoexecutable path for deno.path must be entered as absolute path, e.g. /home/user_name/.deno/bin/deno, as $HOME/.deno/bin/deno is ignored.

Curious, since deno is reachable from $PATH under both bash (default system shell) and zsh (user shell for GUI terminals).

At last, a working deno language server:

Starting Deno language server...
  version: 1.9.2 (release, x86_64-unknown-linux-gnu)
Connected to "Visual Studio Code" 1.55.2
language server initialized
Server ready.
0reactions
brundonsmithcommented, Nov 9, 2021

Same thing happened to me; the denoexecutable path for deno.path must be entered as absolute path, e.g. /home/user_name/.deno/bin/deno, as $HOME/.deno/bin/deno is ignored.

Curious, since deno is reachable from $PATH under both bash (default system shell) and zsh (user shell for GUI terminals).

At last, a working deno language server:

Starting Deno language server...
  version: 1.9.2 (release, x86_64-unknown-linux-gnu)
Connected to "Visual Studio Code" 1.55.2
language server initialized
Server ready.

This worked for me

Read more comments on GitHub >

github_iconTop Results From Across the Web

Couldn't start client Clang Language Server in VS Code
Start code from the command line with code --disable-extensions . Does the message still occur? If not, then one of your extensions is...
Read more >
Using Visual Studio Code | Manual - Deno
The vscode extension integrates directly to the Deno CLI using the language server protocol. This helps ensure that the information you get about...
Read more >
Language Server Extension Guide - Visual Studio Code
Explain how to run, debug, log, and test the Language Server extension. ... Language Client: A normal VS Code extension written in JavaScript...
Read more >
Visual Studio Code plugin for Deno - Morioh
Visual Studio Code plugin for Deno Adds Deno support for the Visual Studio ... The extension separates Client/Server with LSP ... Start debug...
Read more >
Language Server
Language Maintainer Repository Ada AdaCore github.com/AdaCore/ada_language_server ANTLR Ken Domino github.com/kaby76/AntlrVSIX Apache Camel Camel Tooling github.com/camel‑tooling/camel‑language‑server
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found