Skip to content
New issue

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

Deno cannot be selected as default formatter in Vscode after updating extension to 3.37.1 #1119

Closed
katohs opened this issue May 21, 2024 · 1 comment

Comments

@katohs
Copy link

katohs commented May 21, 2024

Describe the bug
deno extension v3.37.1 does not allow selection of deno as default formatter

To Reproduce

This issue occurs when you update the extension version to 3.37.1. Reverting to 3.37.0 resolves the issue

To Reproduce

Happens on literally any of my Deno projects.

Screenshots

v3.37.0
image

v3.37.1
image

Versions deno: v1.43.5 vscode: v1.89.1 extension: v3.37.1

@nayeemrmn
Copy link
Collaborator

@katohs This must be happening because you have deno.enable: false, you have to enable it now or the language server which does the formatting won't start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants