Fix error Vscode skipping acquire ‘file main/binary armh’
the first follow this command on below
#sudo apt update
if you getting error like this,
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'
N: Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'http://packages.microsoft.com/repos/vscode stable InRelease' doesn't support architecture 'armhf'
please cek this url for fix your errors,
in others issues you must have permissions access for edit file vscode.list I think this can help you, cause you can’t just sudo chmood ,
you must follow this command below for fix it
user@user-X550CL ~/tmp % sudo chattr -i immutable
user@user-X550CL ~/tmp % lsattr immutable
-------------e-- immutable
user@user-X550CL ~/tmp % sudo chown user:user immutable
user@user-X550CL ~/tmp %
for more details please cek this url
I hope this can help you
thanks