-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
vscode arm64 .deb adds entry to /ete/apt/sources.list.d Forlder that is only for amd64 architecture? #110229
Labels
bug
Issue identified by VS Code Team member as probable bug
install-update
VS Code installation and upgrade system issues
linux
Issues with VS Code on Linux
Comments
Tyriar
added
bug
Issue identified by VS Code Team member as probable bug
install-update
VS Code installation and upgrade system issues
linux
Issues with VS Code on Linux
labels
Nov 9, 2020
Code pointer: vscode/resources/linux/debian/postinst.template Lines 26 to 78 in 1256b16
|
Part of #106473 |
A little question. if I let vscode.list be: on rpi4 using ubuntu 20.04 64 desktop waiting some time it will stop to give error unsupported arch? best regards, |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bug
Issue identified by VS Code Team member as probable bug
install-update
VS Code installation and upgrade system issues
linux
Issues with VS Code on Linux
Steps to Reproduce:
I have a Lenovo Duet Chromebook with a MediaTek Helio P60T Octa-Core ARM processor. The latest release of vscode for arm64 installs and runs OK in a Debian Buster container, but it adds a vscode.list file to the /etc/apt/sources.list.d folder that is amd64 architecture specific (see step 1). If I edit this to be arm64 architecture specific (see step 2), and then run command $ sudo apt update, I receive a warning message (see step 3). Running "sudo apt update && upgrade" would ordinarily ensure vscode remains up to date on an amd64 platform, but fails on an arm64 platform, because the current vscode repository only supports X86 processors. This means I need to manually download and install each new vscode software update for arm64 processors. Please would you add the arm64 architecture to your vscode linux software repository.
THIS FILE IS AUTOMATICALLY CONFIGURED
You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://packages.microsoft.com/repos/vscode stable main
2.
THIS FILE IS AUTOMATICALLY CONFIGURED
You may comment out this entry, but any other modifications may be lost.
deb [arch=arm64] http://packages.microsoft.com/repos/vscode stable main
3. Warning message from running $ sudo apt update comand:
All packages are up to date.
N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'http://packages.microsoft.com/repos/vscode stable InRelease' doesn't support architecture 'arm64'
Does this issue occur when all extensions are disabled?: Yes/No
Yes.
The text was updated successfully, but these errors were encountered: