You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VS Code actions on the command palette provided by this extension do not work (error out) until the user has opened a JS/TS file in the workspace.
To Reproduce
Open a VS Code workspace with the extension disabled (no files open)
Open command palette and run Deno: Welcome
See this error: Command 'Deno: Welcome' resulted in an error (command 'deno.welcome' not found)
Expected behavior
The Deno: Welcome and Deno: Initialize Workspace Configuration options should always work, and all other commands should only be present in the command palette if the lsp has been started and is ready to receive commands.
Versions
vscode: 1.53.2
deno: deno 1.7.4
extension: 3.0.1
The text was updated successfully, but these errors were encountered:
Describe the bug
The VS Code actions on the command palette provided by this extension do not work (error out) until the user has opened a JS/TS file in the workspace.
To Reproduce
Deno: Welcome
Command 'Deno: Welcome' resulted in an error (command 'deno.welcome' not found)
Expected behavior
The
Deno: Welcome
andDeno: Initialize Workspace Configuration
options should always work, and all other commands should only be present in the command palette if the lsp has been started and is ready to receive commands.Versions
vscode: 1.53.2
deno: deno 1.7.4
extension: 3.0.1
The text was updated successfully, but these errors were encountered: