Skip to content

More VS cleanup - #15954

Merged
T-Gro merged 25 commits into
dotnet:mainfrom
vzarytovskii:more-cancellable-tasks3
Oct 10, 2023
Merged

More VS cleanup#15954
T-Gro merged 25 commits into
dotnet:mainfrom
vzarytovskii:more-cancellable-tasks3

Conversation

@vzarytovskii

@vzarytovskiivzarytovskii commented Sep 8, 2023

Copy link
Copy Markdown
Member
  1. Option -> ValueOption in some places
  2. More cancellable tasks
  3. Removed creating asyncs + running in parallel on lightweight CPU bound AIO find operations
  4. Something else.

VSIX: https://1drv.ms/u/s!AiT31MwroM_3lfUYVfV8H3l14MZfpg?e=wxpUdd

Comment threadvsintegration/src/FSharp.Editor/Navigation/NavigateToSearchService.fs Outdated
Comment threadvsintegration/src/FSharp.Editor/Navigation/GoToDefinition.fs
Comment threadvsintegration/src/FSharp.Editor/Classification/ClassificationService.fs Outdated
@vzarytovskii

Copy link
Copy Markdown
MemberAuthor

Right now, going to external definition deadlocks on projectContextFactory.CreateProjectContext(projFilePath, projInfo.Id.ToString()), I have not yet figured out why (probably because inside it does the jtf.Run).

@vzarytovskii

Copy link
Copy Markdown
MemberAuthor

/run fantomas

 Co-authored-by: vzarytovskii <1260985+vzarytovskii@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor

Comment threadvsintegration/src/FSharp.Editor/CodeFixes/AddOpenCodeFixProvider.fs Outdated
@vzarytovskii
vzarytovskii marked this pull request as ready for review October 9, 2023 13:36
@vzarytovskii
vzarytovskii requested a review from a team as a code ownerOctober 9, 2023 13:36
@vzarytovskii

Copy link
Copy Markdown
MemberAuthor

I'd like to merge it.

0101
0101 approved these changes Oct 9, 2023
@vzarytovskii

Copy link
Copy Markdown
MemberAuthor

/run fantomas

 Co-authored-by: vzarytovskii <1260985+vzarytovskii@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor

@vzarytovskii

Copy link
Copy Markdown
MemberAuthor

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 2 pipeline(s).

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants

@vzarytovskii@0101@psfinaki@T-Gro