vscode_deno icon indicating copy to clipboard operation
vscode_deno copied to clipboard

Visual Studio Code plugin for Deno

Results 89 vscode_deno issues
Sort by recently updated
recently updated
newest added

Hello, I want to use Deno linter and Deno VSCode plugin for linting my project, but the problem is my project is not Deno, it is node and bun. I...

This is the roadmap for Q4 of 2023. We made a lot of progress for `vscode_deno` in Q3 (#879) and we hope to continue this trend through Q4. The biggest...

I have a `make.ts` file in my Zig project which starts with ```ts #!/usr/bin/env -S deno run --allow-all import $ from "https://deno.land/x/dax/mod.ts"; ``` I don't get any LSP features in...

[Val.Town](https://www.val.town/) runs on Deno and there's a really great vscode extension for it by @pomdtr. https://github.com/pomdtr/valtown-vscode Unfortionately it can't use the `vscode_deno` extension for the type checking, because the `vscode_deno`...

I wish the Deno extension could give me some visual feedback about the lines/branches that are not covered by my tests. I can somehow approximate what I would like if...

**Describe the bug** Imports displaying not found despite imported cached and working. (Specifically occurring with https://raw.githubusercontent.com/...) **To Reproduce** Import external module - or update version of external module in imports...

**Is your feature request related to a problem? Please describe.** I find myself often in the situation where I'm prototyping something and using `npm:` or `https://` imports for convenience. Once...

**Is your feature request related to a problem? Please describe.** I can't edit URL source in readonly editor. ![image](https://github.com/denoland/vscode_deno/assets/1781999/7319a36b-aa2c-44db-ad21-9081c4a51021) Since I cannot edit the code of the URL locally, I...

**Describe the bug** cmd+click (or ctrl+click on windows) doesn't seem to work on npm specifier paths. **To Reproduce** 1. Create `deno.json` with these contents: ```json { "imports": { "svelte": "npm:[email protected]",...

Possibly related to https://github.com/denoland/deno/issues/20136 Recently I'm having frequent CPU spikes and the LSP hangs preventing me from interacting with the editor which is highly frustrating. **Output** ```sh Starting Deno language...

perf