Skip to content

Commit 5059c24

Browse files
committed
Added missing message
1 parent 74a879f commit 5059c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/message.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ export const FAILED_TO_LOAD_MODULE_MESSAGE =
77
"Failed to load module. If you have prettier or plugins referenced in package.json, ensure you have run `npm install`";
88
export const INVALID_PRETTIER_CONFIG =
99
"Invalid prettier configuration file detected. See log for details.";
10-
export const RESTART_VSCODE_MESSAGE =
10+
export const RESTART_TO_ENABLE =
1111
"To enable or disable prettier after changing the `enable` setting, you must restart VS Code.";

0 commit comments

Comments
 (0)