[regression] deno enable/disable command palette entries removed
See original GitHub issueThere is no longer a VS Code command palette option to “Enable Deno” or to “Disable Deno” (it seems I must manually create the workspace settings file in every new workspace).
Screenshots

Versions
vscode: 1.48.2
deno: 1.3.2
extension: 2.0.16
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Using Visual Studio Code | Manual
If you want to disable this feature, you can do so by unsetting the Deno > CodeLens: Test/ deno.codeLens.test setting. Using the debugger....
Read more >@netlify/esbuild | Yarn - Package Manager
Fix a regression regarding super (#2158) ... Version 0.14.8 of esbuild enabled removal of duplicate function ... Enable esbuild's CLI with Deno (#1913)....
Read more >VS Code extension: Hide commands from command palette
The following snippet illustrates how to hide a command registered as 'extension.myHiddenCommand': "contributes" ...
Read more >sitemap-posts.xml
Date-Command---Brief-1.png 10.-Date-Command---Brief-1.png https://www.freecodecamp.org/news/how-to-create-a-static-blog-with-lume/ 2022-11-19T15:39:07.000Z ...
Read more >sitemap.xml - Visual Studio Marketplace
itemName=lvjiaxuan.vscode-eslint-disable Weekly ... itemName=kylejreed.deno-import-npm Weekly ... itemName=fantasy.vscode-raycast-script-commands Weekly ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@calvinlauco The Deno extension is disabled by default. I agree that it should be disabled by default because of conflicts with all non-Deno environments.
For every new VS Code workspace which will use the extension, it must be enabled. These are the steps to manually enable the extension in a new workspace:
.vscode
..vscode
directory namedsettings.json
.If you only use a few workspaces, it is not a big deal to do that, but if you are frequently working in new Deno workspaces, it is not a scalable solution, and it’s much simpler to use the command palette like this:
The same is true for disabling it in a workspace where it is enabled.
That is why I have labeled this issue as a regression—it removed an accessibility feature that’s never in the way, but it’s a huge help to anyone who used it.
We have
Deno: Initalize Workspace Configuration
command in version 3.x. We won’t implement separate enable and disable commands.