Skip to content

Revert to pass isBlocking as a parameter#61123

Merged
tmat merged 2 commits intodotnet:mainfrom
tmat:FixTypeScriptCodeActions
May 5, 2022
Merged

Revert to pass isBlocking as a parameter#61123
tmat merged 2 commits intodotnet:mainfrom
tmat:FixTypeScriptCodeActions

Conversation

@tmat
Copy link
Member

@tmat tmat commented May 4, 2022

Removes IsBlocking property from CodeActionOptions as it is used only for TypeScript and the rest of the options can't be created for TypeScript documents as they include C#/VB specific options. Recent option changes broke TypeScript and this PR fixes that break.

Since IsBlocking is only used by TypeScript refactorings we should remove it once TypeScript migrates away from using Roslyn code action infrastructure.

Adds a test.

@tmat tmat requested review from a team, 333fred and JoeRobich as code owners May 4, 2022 01:49
@tmat tmat requested a review from a team May 4, 2022 01:49
@ghost ghost added the Area-IDE label May 4, 2022
@tmat tmat merged commit 6319896 into dotnet:main May 5, 2022
@tmat tmat deleted the FixTypeScriptCodeActions branch May 5, 2022 00:19
@ghost ghost added this to the Next milestone May 5, 2022
@Cosifne Cosifne modified the milestones: Next, 17.3 P2 May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants