-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Warning: Filename
was not formatted - The file contained different line endings than formatting it would result in
#757
Comments
@GavinRay97 I believe you are running into the same as #749 - see the fix for it here #749 (comment) I think I can modify the extension to detect this condition and recover from it, I created #758 to look into that. It is weird that it works in Rider and not VSCode. If possible, could you try zipping up the folder before deleting it? That will help me with trying to recreate this exact situation so I can detect it properly. |
Sure, no problem. You want the project folder and the (Fantastic tool you've written, by the way) |
Just the folder (you're welcome!) |
Sure, here you are: |
I don't know if you did anything, but suddenly it started working. Is there auto-update on the tool? |
I think that the vscode plugins do auto update, but I haven't made any changes. If you deleted the folder yourself that would have fixed the issue. |
I installed
csharpier
originally through the Rider extension, and let it auto-install the dotnet tool for me.It works perfectly in Rider. However the VS Code extension does not work, it fails to format on save.
I tried manually re-installing with:
But running it gives this:
The output with debug enabled from VS Code extension is below:
NullCSharpierProcess
)Running that command myself works fine though (I am using .NET 7.0.100 SDK)
The text was updated successfully, but these errors were encountered: