-
Notifications
You must be signed in to change notification settings - Fork 727
Merge master into release #503
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
Conversation
This checkin merges ce74d98 (Remove myget feed from NuGet.config) from release into master without taking the content of the change. This hopefully makes it so the release-based branches will not used myget while master-based branches will.
* Adding attach process picker. This feature will light up when the required vscode features are available in stable release. * Incorporating code review comments. - Changing the command to csharp.listProcess. - Sorting the process, such that dotnet process are shown at the top.
This adds some corrections/clarifications to debugger.md that I noticed while reviewing it.
Add a link to wikipedia for defining what Docker is.
Merge release into master
* Add logModuleLoadEvents launch option configuration * Add logging launch options group * Default object, not array * Add engine/protocol logging flags
Update package versions
Update linux distros for OmniSharp
Add back imports to project.json for debugger install
Additional tweaks
| <clear /> | ||
| <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" /> | ||
| <!-- This dependency is not present in the release branch --> | ||
| <add key="coreclrdebug" value="https://www.myget.org/F/coreclr-debug/api/v3/index.json" /> |
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.
Did this line actually flow back? If so, it shouldn't have.
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 certainly did.
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.
How do we fix that? I don't want to cherry-pick the world.
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.
Okay, we will need to back that out then before we make a .vsix.
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 you can commit this PR as-is and I will fix it once you are done. Alternatively I can fix it in master. Either way is fine with me.
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.
Merged. Feel free to fix.
|
Otherwise LGTM |
No description provided.