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
With VS Code version 1.33.x a notification will be shown when there are multiple formatter found for the file type in the currently active editor. Since Prettier supports most languages and is the de-factor standard tool the VS Code Prettier plugin will be configured as editor default.
When there are unsupported languages or languages like Go that come with their own toolchain (gofmt, goimports etc.) the default can be overridden through the languages-specific settings scopes.
The text was updated successfully, but these errors were encountered:
With VS Code version 1.33.x a notification will be shown when there are multiple formatter found for the file type in the currently active editor. Since Prettier supports most languages and is the de-factor standard tool the VS Code Prettier plugin will be configured as editor default.
When there are unsupported languages or languages like Go that come with their own toolchain (
gofmt
,goimports
etc.) the default can be overridden through the languages-specific settings scopes.The text was updated successfully, but these errors were encountered: