-
Notifications
You must be signed in to change notification settings - Fork 675
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
Update Debugger Packages and add Linux ARM/ARM64 Packages #4091
Conversation
@gregg-miskelly Since we are enabling local debugging for ARM/ARM64, do we want to remove this remote extension error hint? |
Codecov Report
@@ Coverage Diff @@
## master #4091 +/- ##
=========================================
Coverage ? 85.99%
=========================================
Files ? 60
Lines ? 1856
Branches ? 214
=========================================
Hits ? 1596
Misses ? 200
Partials ? 60
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Also added ARM and ARM64
6409772
to
67fc5fe
Compare
This PR updates to the newest version of the debugger.
Along with this, this PR adds linux ARM and ARM64 packages to package.json.
It also updates platform to check for Linux architecture that have
armv
and
aarch
in theuname -m
output then set them as arm or arm64.Also adds a couple of TODO's once the C# Omnisharp extension is ready to
run on the VS Code ARM/ARM64 builds.
See microsoft/vscode#106289