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

**To Reproduce** 1. Open deno kernel on vscode 2. Create a variable in the first cell 3. Use it on the second one **Expected behavior** None errors **Screenshots** **Versions** vscode:...

jupyter

**Describe the bug** > VSCode Output of `Deno Language Server` > > Launching server using command /${userHome}/.deno/bin/deno failed. Error: spawn /${userHome}/.deno/bin/deno ENOENT **Versions** vscode: `1.85.0` deno: `1.38.5` extension: `v3.29.0`

**Describe the bug** In any project where Deno is enabled, all Intellisense features are duplicated: suggestions, type info on hover, go to definition, etc. Notably, the two suggestions/types are not...

Run the project with --watch and --inspect-wait flags. When a file is edited, the debug sessions stops and the deno process dies. **To Reproduce** 1. Create a basic deno project....

Opened issue about it in Deno GitHub too: https://github.com/denoland/deno/issues/23245 In short: I want is not to have the `deno.enable: true` inside my `.code-workspace` I open. But I want VSCode Deno...

If my codes features `Deno.test` I can run it easily using the UI using a nice green arrow that pops to the left of it. The test runs lightning fast...

**Describe the bug** The deno LSP import suggestion tries to relatively import cache files in `DENO_DIR` (`~/.cache/deno`) such as `../../.cache/deno/npm/registry.npmjs.org/@octokit/types/12.6.0/dist-types/OctokitResponse.d.ts`. **To Reproduce** This is really hard to reproduce correctly, but...

Perhaps we should add something similar to this: https://x.com/timheuer/status/1773131620012159431 ...where you can do "Add package" then select which package to add from jsr/npm.

I find that I sometimes have to use types from cdn.skypack.dev or `"Go to definition"` VSCode command doesn't work with esm.sh packages. `importMap.json`: ``` "@types/react-data-grid": "https://cdn.skypack.dev/[email protected]?dts", "react-data-grid": "https://esm.sh/[email protected]?external=react", ``` Actual...

bug
needs info