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

Updates to VS extensions #579

Merged
merged 5 commits into from
Feb 6, 2022
Merged

Updates to VS extensions #579

merged 5 commits into from
Feb 6, 2022

Conversation

belav
Copy link
Owner

@belav belav commented Jan 30, 2022

This gets the VS extensions up to date with Rider and VSCode.

Use DOTNET_NOLOGO - fixes #533 and #549
Use a custom tools path to allow csharpier to be updated/installed while running - fixes #563 and #531
Use the solution version of csharpier - fixes #493

Use DOTNET_NOLOGO - fixes #533 and #549
Use a custom tools path to allow csharpier to be updated/installed while running - fixes #563 and #531
Use the solution version of csharpier - fixes #493
@belav
Copy link
Owner Author

belav commented Jan 30, 2022

I still have to add the installer actions and also run through all the tests cases. But the bulk of the code changes are here.

@belav belav marked this pull request as ready for review January 31, 2022 15:56
Copy link
Collaborator

@shocklateboy92 shocklateboy92 left a comment

Choose a reason for hiding this comment

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

LGTM, though I'll be honest - I didn't exactly look through it with a fine-toothed comb.

"dotnet",
csharpierPath + " --pipe-multiple-files"
)
var processStartInfo = new ProcessStartInfo(csharpierPath, " --pipe-multiple-files")
Copy link
Collaborator

Choose a reason for hiding this comment

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

I guess this is fine, since VS doesn't run on platforms other than windows.

private bool warnedForOldVersion;

private readonly Dictionary<string, bool> warmingByDirectory = new Dictionary<
string,
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is not super relevant to this PR, but I really think we should break on = before any of the other things.

Copy link
Owner Author

Choose a reason for hiding this comment

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

agreed! this was the code I saw that spurred #578

@shocklateboy92 shocklateboy92 merged commit cf43c06 into master Feb 6, 2022
@shocklateboy92 shocklateboy92 deleted the vs-1.2.0 branch February 6, 2022 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants