We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Setting then clearing the "deno.path" config setting via the GUI causes the deno extension to fail to start.
To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
Output
Activating extension 'denoland.vscode-deno' failed: Unsupported server configuration { "run": { "command": "", "args": [ "lsp" ], "options": { "env": { // omitted } } }, "debug": { "command": "", "args": [ "lsp" ], "options": { "env": { // omitted } } } }.
Couldn't start client Deno Language Server
Versions
vscode: 1.57.1 deno: 1.11.0 extension: 3.6.1
The text was updated successfully, but these errors were encountered:
dsherret
Successfully merging a pull request may close this issue.
Describe the bug
Setting then clearing the "deno.path" config setting via the GUI causes the deno extension to fail to start.
To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
Output
Versions
vscode: 1.57.1 deno: 1.11.0 extension: 3.6.1
The text was updated successfully, but these errors were encountered: