-
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
9bde2ae
Prevent Nuget.Config change from flowing to master
gregg-miskelly cb65c26
Adding attach process picker. (#406) (#449)
gregg-miskelly c45f9ca
Debugger.md tweaks for recent changes
gregg-miskelly f68f555
Add DockerSupport section
gregg-miskelly e16dd86
debgger.md: Add Docker link
gregg-miskelly 14fbdd1
Update CLI uninstall instructions
gregg-miskelly ce4472c
Merge 'release' into 'master'
DustinCampbell a6a3058
Adding support for Oracle Linux. (#470)
rajkumar42 bd6bf38
Merge pull request #488 from DustinCampbell/merge-release-into-master
DustinCampbell 1b4ba1d
Add logModuleLoadEvents launch option configuration (#441)
wesrupert 0de9d6e
Update package versions
9be9001
Update linux distro sniffing and OmniSharp download logic with new di…
DustinCampbell a4815ac
Update OmniSharp to version v1.9-beta11
DustinCampbell 72175f1
Update README.md for 1.2.0 (#499)
gregg-miskelly 524397b
Fix detection on Oracle Linux
DustinCampbell d381c25
Merge pull request #498 from caslan/updatepackageversions
caslan 734b81f
Merge pull request #500 from DustinCampbell/update-linux-distros
DustinCampbell 76c10ec
Add back imports to project.json for debugger install
4ace162
Merge pull request #501 from caslan/addbackimports
caslan feb7a17
Add additional Linux distros to offline packaging
DustinCampbell 2f5956a
Fix code that processes lines in /etc/os-release to remove whitespace
DustinCampbell e358bdc
Merge pull request #502 from DustinCampbell/update-offline-versions
DustinCampbell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.