In the same boat here, somehow missed that autosave was a thing, discovered it is, tried to make it work with format on save and no go. I know very little about the inner-workings of VSCode since I've had little interest in that aspect of it so I'm not sure if a better workaro...
The vscode files.autoSave: "afterDelay" option in settings.json is not fixing stylelint issues when these vscode-stylelint settings are also applied in settings.json: "editor.codeActionsOnSave": { "source.fixAll.stylelint": true } Which version of stylelint are you using? 0.70.0 How are ...
"files.autoSave":"onWindowChange","editor.codeActionsOnSave": {"source.fixAll.eslint":true}, Save file manually -> Eslint will fix errors Unfocus window with unsaved files -> Files are saved but eslint is not run This started happening with the latest Vscode update. Same on Windows wit...
I think greying the option to be able to lint on change would be helpful in order to prevent frustration and to make the fact that pylint can't do that explicit to vscode-pylint users. ️ 1 duaneking commented Dec 31, 2023 My requirement is that I be able to update only the ...
microsoft/vscodePublic NotificationsYou must be signed in to change notification settings Fork29.8k Star166k Closed Description gregvanl openedonFeb 25, 2016 I've made this mistake myself and just saw another user do it as well. When you copy the default "files.autoSave": "off" to user ...