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** **To Reproduce** 1.install deno and start vscode is not working **Screenshots** **Versions** vscode: Version: 1.68.0-insider (Universal)OS: Darwin arm64 21.4.0 deno: Deno 1.21.1

needs info

**Is your feature request related to a problem? Please describe.** When running tests I need to use the system TLS CA store wo use the system store, e.g. `env DENO_TLS_CA_STORE=system...

enhancement
testing
maybe fix available
dx

```ts // enable-deno-vscode const data = Deno.readTextFileSync('hello.txt'); console.log(data); ``` ```ts /* deno.enable: true deno.unstable: true */ const data = Deno.readTextFileSync('hello.txt'); console.log(data); ``` This is really useful for coding a script...

enhancement
needs investigation
dx

**Is your feature request related to a problem? Please describe.** For some libraries I work with `.d.ts` files. Many related projects are written in Deno, so I'd like to use...

enhancement
needs investigation
dx

In my projects I often have an assets folder which also contains JavaScript files for the web client. In these files the InlayHints are rather annoying. Would it be possible...

suggestion
dx

**Is your feature request related to a problem? Please describe.** currently block with `import.meta.main` must be ran manually via `deno run`. **Describe the solution you'd like** ![image](https://user-images.githubusercontent.com/54838975/218290567-ab7cc386-ceae-41a3-831e-9ea720b07d38.png) add a `▶...

enhancement
needs investigation
dx

With vscode_deno enabled, typing 'log' followed by pressing tab to expand the `console.log()` snippet, results in a 'Loading' tooltip for 1-4 seconds before completion occurs. Similar behaviour when pressing ctrl+space...

question
needs investigation
windows
dx

**Is your feature request related to a problem? Please describe.** Current testing step is kind of tedious to meet my preference. - Open project in vscode - Click on vscode...

enhancement
help wanted
configuration

**Describe the bug** I cannot configure `NPM_CONFIG_REGISTRY` in the vscode extension. https://deno.com/blog/v1.29#custom-registry-support-via-environment-variable **To Reproduce** 1. Connect to a corporate VPN which blocks npm 2. Setup an Artifactory proxy 3. Attempt...

configuration
high priority
node compat

**Describe the bug** When working with a fresh project, vscode_deno consumes over 700MB memory. **To Reproduce** 1. create a fresh project: `deno run -A -r https://fresh.deno.dev my-project` (enable Tailwind CSS...

needs investigation
windows
perf