-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Port server cache fix to release #9932
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
Port server cache fix to release #9932
Conversation
…crosoft#9929) * don't cancel an already resolve servercache just due to disableUI changes * don't pull data a second time
news/2 Fixes/9926.md
Outdated
@@ -0,0 +1 @@ | |||
Use the autoStart server when available. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to update the changelog
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rchiodo . Did we change the process? I didn't do this on previous release ports, thought that it was generated by running 'news' task as part of the final release plan.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think other people have started running the task during their port? @karthiknadig should we update the changelog when porting fixes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like that's what David did here:
https://github.com/microsoft/vscode-python/pull/9912/files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, guess I can do that. Seems like that would mess up the cherry-pick since that has the news file in it. But I could just delete that as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Via Karthik it sounds like we can do either. But I was already updating the CL, so I just went ahead with it.
Codecov Report
@@ Coverage Diff @@
## release-2020.02 #9932 +/- ##
===================================================
- Coverage 61.21% 61.01% -0.21%
===================================================
Files 564 564
Lines 30061 30412 +351
Branches 4545 4635 +90
===================================================
+ Hits 18403 18555 +152
- Misses 10629 10817 +188
- Partials 1029 1040 +11
Continue to review full report at Codecov.
|
Stuck CI :( |
Kudos, SonarCloud Quality Gate passed!
|
For #9926
Porting this PR into release:
#9929
package-lock.json
has been regenerated by runningnpm install
(if dependencies have changed).