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
Copy file name to clipboardExpand all lines: package.nls.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@
21
21
"ext.config.parser": "Override the parser. You shouldn't have to change this setting.",
22
22
"ext.config.parserDeprecationMessage": "This setting is no longer supported. Use a prettier configuration file instead.",
23
23
"ext.config.prettierPath": "Path to the `prettier` module, eg: `./node_modules/prettier`.",
24
+
"ext.config.customExecutable": "Use a custom executable to run Prettier. Specify the full command including arguments, with `${prettier}` as a placeholder for the Prettier path and `${file}` for the file to format. Example: `docker compose exec -T app node_modules/.bin/prettier`. When specified, takes precedence over `prettier.prettierPath`.",
24
25
"ext.config.printWidth": "Fit code within this line limit.",
25
26
"ext.config.proseWrap": "(Markdown) wrap prose over multiple lines.",
26
27
"ext.config.quoteProps": "Change when properties in objects are quoted.\nValid options:\n- `\"as-needed\"` - Only add quotes around object properties where required.\n- `\"consistent\"` - If at least one property in an object requires quotes, quote all properties.\n- `\"preserve\"` - Respect the input use of quotes in object properties.",
0 commit comments