-
Notifications
You must be signed in to change notification settings - Fork 37.6k
Closed
Labels
formattingSource formatter issuesSource formatter issuesinfo-neededIssue requires more information from posterIssue requires more information from poster
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.69.0
- OS Version: Windows 10
Steps to Reproduce:
I have this settings.json file:
{
"editor.formatOnSave": false,
"editor.defaultFormatter": null,
"[typescript]": {
"editor.defaultFormatter": null
},
"editor.codeActionsOnSave": {
"source.fixAll": false,
"source.fixAll.eslint": false
}
}
When I change a Typescript file and save it, it still formats the file.
But when doing "format file" it does not format the file as expected.
Metadata
Metadata
Assignees
Labels
formattingSource formatter issuesSource formatter issuesinfo-neededIssue requires more information from posterIssue requires more information from poster