VSCode `Saving Getting code actions from`

I had the following in my VSCode settings.json, which seemed to cause this problem while saving Python files:

"editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
}

The fix for me was to enable this option only for TypeScript:

"[typescript]": {
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  }
}

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)