-
Notifications
You must be signed in to change notification settings - Fork 145
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
feat: allow using the formatter even if "deno.enable"
is missing
#780
Comments
Can you provide the steps to reproduce the problem? I was able to format a |
I'll try to play around with my setup, perhaps some combination with other extensions breaks this? |
Thanks for the steps. Ctrl+Shift+I doesn't do anything in my VSC. Shift+Alt+F works (default VSC shortcut). |
Right, I'm also using whatever is the default on my machine, but I see that these could differ. Shift+Alt+F doesn't do anything for me. Doing Ctrl+Shift+P and formatting the code via that panel used to reproduce the issue, too. I didn't find time to play around further with this, will get back to you then. |
"deno.enable"
is missing
Related #657 |
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 the Deno formatter for the.d.ts
files, too. While I can typedeno fmt
in the terminal to format the declaration files, the VSCode extension for some reason does not register as a plugin that is able to format the files.Describe the solution you'd like
Configure this extension as the default formatter for declaration files, and then be able to use it to format the files.
The text was updated successfully, but these errors were encountered: