Skip to content
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

Unsigned (or untrusted) Microsoft VSCode repo #10

Open
brian200508 opened this issue Dec 6, 2023 · 2 comments
Open

Unsigned (or untrusted) Microsoft VSCode repo #10

brian200508 opened this issue Dec 6, 2023 · 2 comments

Comments

@brian200508
Copy link

brian200508 commented Dec 6, 2023

Hi Cypherpunk Armory Team,

at first: Great Work :) - devStudio is exactly what I need. I purchased it.

Nevertheless I detected the following issue:
The Microsoft repository http://packages.microsoft.com/repos is unsigned in Your App. There apt update fails.and You are not able to upgrade VSCode to the latest Version (cureently 1.84.2).

As a quick-fix You can run this command in the terminal

sed -i 's/arch=/trusted=yes arch=/' /etc/apt/sources.list.d/vscode.list && sudo apt update -y && sudo apt upgrade -y

and restart the deVStudio App (or exit VSCode and restart with code --no-sandbox).

This will replace the entry
deb [arch=amd64,arm64,armhf] http://packages.microsoft.com/repos/code stable main
with
deb [trusted=yes arch=amd64,arm64,armhf] http://packages.microsoft.com/repos/code stable main..

The better way would be to use a signed Microsoft repo. I tried this too, but then I received no upgrades to Version 1.84.2 when running sudo apt update -y && sudo apt upgrade -y.

Please fix. Thanks in advance.

Best Regards
Brian

@brian200508 brian200508 changed the title Unsigned (or untrused) Microsoft VSCode repo Unsigned (or untrusted) Microsoft VSCode repo Dec 6, 2023
@skyng22003
Copy link

Hey Brian, did you encounter the Tab issue after updating? Thanks,
Sky

@brian200508
Copy link
Author

Hey Sky, I tried it on Mobile display itself and Samsung DEX. In both cases the Tab key worked as expected.

Only when I tabbed into the terminal, all following Tabs are intpreted as the bash's code completion and I couldn't get out of the terminal. But maybe there's a shortcut (which I don't know right now).

Best Regards
Brian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants