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 When trying to format a new file in VS Code that is not yet saved to disk, deno formatter fails with the following error
Could not convert URL to file path. URL: file://untitled-2/.ts?scheme=untitled [Error - 17:05:16] Request textDocument/formatting failed. Message: Invalid request Code: -32600
To Reproduce
Expected behavior
Deno plugin correctly formats the unsafed file in place, similar to what VS Code's built-in language features do.
Screenshots
Versions
vscode: 1.95.2 deno: 2.0.6 extension: 3.42.0
The text was updated successfully, but these errors were encountered:
nayeemrmn
No branches or pull requests
Describe the bug
When trying to format a new file in VS Code that is not yet saved to disk, deno formatter fails with the following error
To Reproduce
Expected behavior
Deno plugin correctly formats the unsafed file in place, similar to what VS Code's built-in language features do.
Screenshots
Versions
vscode: 1.95.2 deno: 2.0.6 extension: 3.42.0
The text was updated successfully, but these errors were encountered: