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.

Launching server using command deno failed.

See original GitHub issue

Hi I’m new to Deno. When I installed Deno extension on my vscode and open a .ts file, instantly I got this error: [Error - 9:44:52 PM] Starting client failed Launching server using command deno failed. from Deno Language Server output. And my Deno CLI works with no problem. Can I get some help?

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
sinyo-matucommented, Mar 3, 2021

Setting deno.path the deno executable’s path fixed it. but the executable path does in my environment path.

0reactions
lkiiicommented, Mar 19, 2021

I can confirm this happened in my case also. I am using wls (Linux DESKTOP-aaa 4.19.128-microsoft-standard #1 SMP Tue Jun 23 12:58:10 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux) ubuntu inside windows.

After adding the path to deno.path it started working:

Starting Deno language server...
  version: 1.8.1 (release, x86_64-unknown-linux-gnu)
Connected to "Visual Studio Code" 1.54.3
language server initialized
Server ready.
Read more comments on GitHub >

github_iconTop Results From Across the Web

LSP refuses to start · Issue #392 · denoland/vscode_deno
When starting VS code with a .ts file open, the language server fails ... Starting client failed Launching server using command deno failed....
Read more >
Using Visual Studio Code | Manual - Deno
The most direct way to do this is to use the Deno: Initialize Workspace Configuration from the vscode command pallette. This will activate...
Read more >
How to sort out Deno errors with loading module?
I tried to following in Deno Powershell: deno run --allow-net --unstable app.js, but I get always error: can't load the module.
Read more >
Deno - Visual Studio Marketplace
A language server client for Deno. Installation. Launch VS Code Quick Open ( Ctrl+P ), paste the following command, and press enter.
Read more >
Run Deno tests in VSCode with a click | The JS runtimes
As we can see, the 'Run test' click calls the Deno's extension to run that single unit test. The extension runs the single...
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