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** If I define my `deno.json` file at the root my workspace then I get proper Deno language support but if I put it in a folder then...

Enabling this extension in VSCode is causing the TypeScript server to exit. I'm on Windows 10 and I have deno installed on my system and it is accessible from a...

**Is your feature request related to a problem? Please describe.** Loading modules from deno.land/std, deno.land/x, esm.sh, etc. It suggest to stick into a version: ![image](https://user-images.githubusercontent.com/7959437/224179030-deed67ba-f131-4802-b5fd-303b9061ce9a.png) **Describe the solution you'd like**...

enhancement
maybe fix available

Edit: From https://github.com/denoland/vscode_deno/issues/437#issuecomment-930501333: > Finally figured it out. I have this in my VSCode settings: > > ``` > "typescript.tsserver.experimental.enableProjectDiagnostics": true > ``` > > Without that setting it works...

enhancement

**Describe the bug** When trying to install deno from `winget`, it failed. As of error: ``` Failed when opening source(s); try the 'source reset' command if the problem persists. ```...

**Describe the bug** Nested tests are not detected. **To Reproduce** 1. Write a test file, and use the BDD style — make sure you nest your tests! 2. Note the...

enhancement
testing

TS error: `Already included file name` on file with customs extension. but NO ERROR on build process. ``` Already included file name 'file:///Users/pro/Documents/deno/app/index/index.handler.ts' differs from file name 'file:///Users/pro/Documents/deno/app/index/index.Handler.ts' only in...

Dynamically detected test steps are preserved in the test explorer on file change because they are normally still there. However, we should try to determine when they are actually deleted...

enhancement
testing

Issue Type: Bug Deno module constantly errors out every few minutes. Get the following errors: ``` [Info - 12:25:32 AM] Connection to server got closed. Server will restart. [Error -...

needs info
maybe fix available

**Is your feature request related to a problem? Please describe.** ![](https://github.com/orta/vscode-twoslash-queries/raw/main/vscode-twoslash.png) copied from https://github.com/orta/vscode-twoslash-queries/issues/26 . **Describe the solution you'd like** would be very useful to have [this extension](https://github.com/orta/vscode-twoslash-queries) work on...

enhancement
help wanted
dx