You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#35691 adds support for new code actions to configure code style options and diagnostic severity from light bulb, but the code actions were disabled by 55416aa towards the end of the PR. Enabling these code actions is blocked on following items:
All the editorconfig features in compiler, project system and IDE layers are enabled by default. In absence of any of this hooks, the code action does not work as expected.
Once the above two have been resolved, we should revert the following commits from #35691, which should enable the code actions and unskip relevant tests:
#35691 adds support for new code actions to configure code style options and diagnostic severity from light bulb, but the code actions were disabled by 55416aa towards the end of the PR. Enabling these code actions is blocked on following items:
Once the above two have been resolved, we should revert the following commits from #35691, which should enable the code actions and unskip relevant tests: