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 v1.12.2 extension v3.8.0 ![image](https://user-images.githubusercontent.com/57341815/128965229-c0b64ba4-4c70-41e7-b0bd-05534ae25585.png) A request has failed. See the output for more information. **To Reproduce** 任意ts文件,输入中文,或者中文英文切换着输入的时候, 出现的比较随机 但印象往往都有带中文或者中文符号的时候 [Error - 上午11:22:44] Request textDocument/codeLens failed. Message:...

needs info
testing

**Describe the bug** The built-in TypeScript extension's file outline is still present while the Deno extension is active. I expected the TS extension's outline to be disabled since Deno provides...

enhancement
maybe fix available
dx

**Is your feature request related to a problem? Please describe.** As Deno [has declined](https://github.com/denoland/deno/issues/4092) to extend their test API with hooks such as before/after, in some cases it is needed...

needs investigation
suggestion
design limitation
testing
dx

**Is your feature request related to a problem? Please describe.** Currently if you don't specify a version of import, you will see this lint error: I would like to not...

suggestion
configuration
dx

Many people who are not familiar with Deno yet see TypeScript projects and automatically assume that they're Node.js projects. I already added this extension to my recommended extensions for VSCode,...

enhancement
dx

**Is your feature request related to a problem? Please describe.** TypeScript has a setting for enabling project wide diagnostics. It gives us error messages and refactoring capabilities for files that...

needs investigation
configuration
maybe fix available

**Describe the bug** I have a monorepo that contains both Deno code and a react front-end app. When this extension is enabled, "Show Call Hierarchy" breaks for my react front-end...

bug
dx

Moved from: https://github.com/microsoft/vscode/issues/163085 - VS Code Version: 1.73.0-insider - OS Version: Windows 11 22H2 Steps to Reproduce: 1. Typescript with doc definition 2. Ctrl-space in default Typescript works fine, hover...

needs investigation
dx

Currently the status bar shows the current version of Deno, but it should also be able to identify the configuration file being used. The built-in TypeScript status provides a good...

enhancement
good first issue
dx

In global settings, if we have ``` "deno.cache": ".\\deno-dir" ``` a `deno-dir` is created in every project folder opened by vscode with a whole bunch of vscode related deno stuff,...

needs investigation
design limitation
maybe fix available