Skip to content

VSCode/Cursor extension: option to disable --type-aware when running code actions #13778

@skovhus

Description

@skovhus

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:

"editor.codeActionsOnSave": {
  "source.fixAll.oxc": "explicit",
},
"oxc.typeAware": true

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions