We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a879f commit 5059c24Copy full SHA for 5059c24
src/message.ts
@@ -7,5 +7,5 @@ export const FAILED_TO_LOAD_MODULE_MESSAGE =
7
"Failed to load module. If you have prettier or plugins referenced in package.json, ensure you have run `npm install`";
8
export const INVALID_PRETTIER_CONFIG =
9
"Invalid prettier configuration file detected. See log for details.";
10
-export const RESTART_VSCODE_MESSAGE =
+export const RESTART_TO_ENABLE =
11
"To enable or disable prettier after changing the `enable` setting, you must restart VS Code.";
0 commit comments