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

**Describe the bug** Deno LSP occasionally loses tsconfig lib info when working in mixed nodejs and deno environment. **To Reproduce** It's not guaranteed to be reproducible, but i got into...

**Describe the bug** Can't import types from Deno folder (server) to Node folder (client). **To Reproduce** 1. I made Deno + Hono server, export type of router from server and...

needs info

> this is a smaller-scoped request for #1069 being able to get import assist for [`std`](https://deno.land/std) modules would be helpful. according to https://docs.deno.com/runtime/manual/advanced/language_server/imports, following endpoints seem to provide module entries:...

File name: `*.tsx` Using Fresh as an example. * Shift-F12 on `prefix` on the object destructuring `{prefix, value, postfix, title}` provides a `{prefix}` among the results of references. ![image](https://github.com/denoland/vscode_deno/assets/140904760/70cd560a-c9c5-4d4a-ba02-fd5c12d01549) *...

**Describe the bug** Debug wasm within Vscode will throw this error: ``` Debugger session started. Debugger session ended error: Uncaught TypeError: WebAssembly.compile(): Argument 0 must be a buffer source ```...

bug
needs investigation
debugger

**Is your feature request related to a problem? Please describe.** I wanted to use deno linter instead of eslint in VSCode for the project that is not deno-specific. I run...

enhancement
needs investigation
dx

**Is your feature request related to a problem? Please describe.** auto-imports (suggested by quick fixes) are not sorted. **Describe the solution you'd like** being able to configure how to sort...

**Is your feature request related to a problem? Please describe.** When working in VSCode with Python, Jupyter, F#, Clojure, I can hit a keyboard combo (usually CMD + Enter on...

**Describe the bug** Snippets (and other) intellisense extremely slow to show completions (8-10 seconds) on vs code. Deno output shows: client asked to cancel request 130, but no such pending...

perf

I call auto-import to import 3 const from the same file and it prints out 3 imported line. I believe it is common idea to have 1 line for 1...