Skip to content

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

@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

Priority

None yet

Start date

None yet

Target date

None yet

Effort

None yet

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions