You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't had any issues on mac, windows, or linux. Can you provide a reproduction and also can you double check your vscode user and workspace settings are configured to format with dprint? Also, maybe set the vscode setting: "dprint.verbose": true then in vscode select "View > output" then select "dprint" in the drop down to see what it's logging.
Also, what happens if you use the command pallete to manually do "Format document with..." and select "dprint"?
I've found a similar situation but only when the setting editor.formatOnSaveMode is anything other than file.
If it is set to another option (modifications or modificationsIfAvailable) dprint will not format the file on save, but triggering the command to format the file will work.
VSCode:
Plugin version:
The problem is observed only in the latest version of the editor on operating systems Windows and MacOS.
The text was updated successfully, but these errors were encountered: