After enabling `"oxc.typeAware": true` we are code actions can hang for a bit too long. Ideally, one could disable `typeAware` rules when saving a file. Config: ```json "editor.codeActionsOnSave": { "source.fixAll.oxc": "explicit", }, "oxc.typeAware": true ```