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.

[pre version 2] Extension doesn't seem to do anything

See original GitHub issue

I switched from one of the now-deprecated extensions, which was working, and this one isn’t working properly. In fact, it seems to have all the same errors that you get with plain TypeScript and no Deno extension:

main_ts_—_jlox_and_Issues_·_denoland_vscode_deno

On the references to Deno it says Cannot find name 'Deno'..

The extension is definitely active (I can see Deno 1.0.5 in the corner) and I’ve restarted my editor, upgraded to the latest deno runtime, etc.

Edit: In case it matters, I’m on macOS

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:46
  • Comments:48 (6 by maintainers)

github_iconTop GitHub Comments

31reactions
rycommented, Jun 8, 2020

Hi Everyone,

I just want to write and say that we (Deno Land) haven’t abandoned this extension module - we plan to work on these fixes - but as this is open source software, we just don’t have the resources to address these problems immediately. We hope to dedicate some time to this extension next week after the Deno 1.1.0 release.

If you do have the time to dig into this, PRs are very welcome.

Ryan

28reactions
elnobuncommented, Jun 8, 2020

FIX (macOS)

Screenshot 2020-06-07 at 17 21 49

Upgrade to latest typescript > 3.9.5 globally

Sadly, VScode still used typescript 3.8.3

In the global settings.json file, force VScode to use the latest typescript.

 "typescript.tsdk": "/usr/local/lib/node_modules/typescript/lib/"

Now it’s working as expected.

Screenshot 2020-06-07 at 17 06 57
Read more comments on GitHub >

github_iconTop Results From Across the Web

Users of pre-release extensions are switched back to stable ...
My understanding was that if a user switches to the pre-release version ... Since things seem to be working correctly, I think we...
Read more >
Visual Studio extensions and version ranges demystified
Extension authors use visual Studio version ranges to specify what versions of Visual Studio their extensions support. A version range looks ...
Read more >
How to Use Extensions - Twitch
This article provides information around Extensions on Twitch and how you can begin to use them.
Read more >
November 2022 (version 1.74) - Visual Studio Code
Learn what is new in the Visual Studio Code November 2022 Release (1.74) ... You can now install an extension that is located...
Read more >
Unable to install xcode command line developer tools
The version CommandLineToolsforXcode12GM_seed works when manually downloaded, but it appears it is not what XCode is requesting. It doesn't seem like it should ......
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 Hashnode Post

No results found