You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
brian200508
changed the title
Unsigned (or untrused) Microsoft VSCode repo
Unsigned (or untrusted) Microsoft VSCode repo
Dec 6, 2023
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).
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. Thereapt 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
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
The text was updated successfully, but these errors were encountered: