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

**Is your feature request related to a problem? Please describe.** I use deno_fmt to autoformat my blog posts which are written in Markdown. My blog posts are built with [Hugo](https://gohugo.io/)...

enhancement
needs investigation

**Is your feature request related to a problem? Please describe.** Unfortunately, it is currently only possible to activate Deno globally in the entire project. For example, if I am working...

enhancement
needs investigation
configuration

Sometimes I want to trace the lsp messages, usually this is done with languageId.trace.server: verbose, but it seems this is not exposed https://code.visualstudio.com/api/language-extensions/language-server-extension-guide#logging-support-for-language-server

enhancement
help wanted

This is a tracking issue for the upcoming feature for VSCode extensions (see: https://github.com/microsoft/vscode/issues/120251#issuecomment-825832603).

enhancement

It would be very helpful to be able to install and use this extension in browser instances of VS Code (e.g. the [Web-based editor](https://docs.github.com/en/codespaces/developing-in-codespaces/web-based-editor) on [github.dev](https://github.dev/)) as a [web extension](https://code.visualstudio.com/api/extension-guides/web-extensions)....

enhancement
needs investigation

**Describe the bug** When there is a private HTTPS dependency and the import map is used, there is a situation where the file cannot be opened. **To Reproduce** 1. Create...

design limitation

Currently, when we add a config setting that the server needs to know about, we send the settings in the initial initialisation it uses the top level keys of the...

enhancement

We should not notify in this scenario, but instead just log: https://discord.com/channels/684898665143206084/852716874810261535/949272196407259207

enhancement

A dependency explorer was part of the 2.x version of the extension but hasn't been added back yet to the 3.x version of the extension. This issue tracks adding back...

enhancement