Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to edit all potential Quick Fixes in the line #194660

Merged
merged 3 commits into from
Oct 2, 2023

Conversation

justschen
Copy link
Contributor

@justschen justschen commented Oct 2, 2023

fixes #194222 and small update to #194636

@justschen justschen marked this pull request as ready for review October 2, 2023 20:59
@VSCodeTriageBot VSCodeTriageBot added this to the October 2023 milestone Oct 2, 2023
@justschen justschen enabled auto-merge (squash) October 2, 2023 21:07
@justschen justschen merged commit 8b4f35d into microsoft:main Oct 2, 2023
6 checks passed
@justschen justschen deleted the justin/all-fixes branch October 2, 2023 22:29
@@ -37,10 +37,10 @@ Registry.as<IConfigurationRegistry>(Extensions.Configuration).registerConfigurat
Registry.as<IConfigurationRegistry>(Extensions.Configuration).registerConfiguration({
...editorConfigurationBaseNode,
properties: {
'editor.codeActionWidget.includeNearbyQuickfixes': {
'editor.codeActionWidget.includeNearbyQuickFixes': {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When a setting"s name changes, even only a case-change, shouldn't I also see changes in code that references the setting value, plus migration code to update a user's settings?

Copy link
Contributor Author

@justschen justschen Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Completely went over my head - great catch! The fixes/feature changes worked as intended since this bit of code hadn't been change, so I didn't think to update that.

Alex0007 pushed a commit to Alex0007/vscode that referenced this pull request Oct 26, 2023
…194660)

* fixes naming schema and added support to show all quickfixes

* code cleanup
@github-actions github-actions bot locked and limited conversation to collaborators Nov 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Only the nearest problem is considered with quick fixes
4 participants