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: README.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,10 +249,6 @@ When enabled, this extension will attempt to use global npm or yarn modules if l
249
249
250
250
> NOTE: This setting can have a negative performance impact, particularly on Windows when you have attached network drives. Only enable this if you must use global modules. It is recommended that you always use local modules when possible.
251
251
252
-
#### prettier.disableLanguages
253
-
254
-
A list of languages IDs to disable this extension on.
255
-
256
252
**Note: Disabling a language enabled in a parent folder will prevent formatting instead of letting any other formatter to run**
257
253
258
254
#### prettier.documentSelectors
@@ -299,7 +295,3 @@ When a `package.json` is present in your project and it contains prettier, plugi
299
295
**Your project is configured to use an outdated version of prettier that cannot be used by this extension. Upgrade to the latest version of prettier.**
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
@@ -5,6 +5,7 @@
5
5
"ext.config.bracketSpacing": "Controls the printing of spaces inside object literals",
6
6
"ext.config.configPath": "Path to the prettier configuration file",
7
7
"ext.config.disableLanguages": "A list of languages IDs to disable this extension on",
8
+
"ext.config.disableLanguagesDeprecation": "This feature is no longer supported. Instead, configure VS Code [default formatters](https://github.com/prettier/prettier-vscode#default-formatter) or use .prettierignore.",
8
9
"ext.config.documentSelectors": "A list of [glob patterns](https://code.visualstudio.com/api/references/vscode-api#GlobPattern) to register Prettier formatter",
9
10
"ext.config.endOfLine": "Specify the end of line used by prettier",
10
11
"ext.config.htmlWhitespaceSensitivity": "Specify the global whitespace sensitivity for HTML files.\n Valid options:\n- `css` - Respect the default value of CSS display property.\n- `strict` - Whitespaces are considered sensitive.\n- `ignores` - Whitespaces are considered insensitive.",
0 commit comments