-
Notifications
You must be signed in to change notification settings - Fork 35.5k
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugconfigVS Code configuration, settingsVS Code configuration, settings
Milestone
Description
reproduce:
- install
esbenp.prettier-vscode
- add following settings to
.vscode/settings.json
"[javascript][javascriptreact][typescript][typescriptreact][vue][json][jsonc][html][css][less][markdown][xml][yaml][svg]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
- add following settings to
~/Library/Application Support/Code/User/settings.json
"[javascript]": {
"editor.defaultFormatter": null
},
- open a js file, try to format it, will warning:
Version: 1.74.0 (Universal)
Commit: 5235c6bb189b60b01b1f49062f4ffa42384f8c91
Date: 2022-12-05T16:43:37.594Z
Electron: 19.1.8
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Darwin x64 22.1.0
Sandboxed: No
SamuelT-Beslogic, Avasam, theo-auffeuvre, maximeBAY, rotu and 12 more
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugconfigVS Code configuration, settingsVS Code configuration, settings