Problema ao atualizar o Debian após instalar o vscode (Problem updating Debian after installing vscode) #114137
Labels
bug
Issue identified by VS Code Team member as probable bug
insiders-released
Patch has been released in VS Code Insiders
linux
Issues with VS Code on Linux
verified
Verification succeeded
Milestone
Gostaria de relatar um inconveniente eu que tive: Quando eu abaixei o vscode pelo site oficial e o instalei na minha máquina (Debian 64bit) e logo em seguida eu rodei o
apt update
. Recebi esse erroEu resolvi esse problema editando o arquivo
/etc/apt/sources.list.d/vscode.list
que estava assimdeb [arch=amd64,arm64,armhf] http://packages.microsoft.com/repos/vscode stable main
. Estou relatando isso por que foi um incoveniente não pode atualizar a minha máquina antes de corrigir esse arquivo.(Eu o corrigi escrevendo-o assim
deb [arch=amd64] http://packages.microsoft.com/repos/vscode stable main
)GOOGLE TRADUTOR
I would like to report an inconvenience that I had: When I downloaded vscode from the official website and installed it on my machine (Debian 64bit) and right after that I ran the
apt update
. I got this errorI solved this problem by editing the file
/etc/apt/sources.list.d/vscode.list
which looked like thisdeb [arch = amd64, arm64, armhf] http://packages.microsoft .com / repos / vscode stable main
. I am reporting this because it was an inconvenience not being able to update my machine before fixing this file.(I corrected it by writing it like this
deb [arch = amd64] http://packages.microsoft.com/repos/vscode stable main
)The text was updated successfully, but these errors were encountered: