Snap 安装 VS Code 报错:This revision was published using classic confinement 解决方法 一、问题现象在LinuxUbuntu中使用snap安装VS Codesudo snap install code报错信息如下error: This revision of snap code was published using classic confinement and thus may perform arbitrary system changes outside of the security sandbox that snaps are usually confined to, which may put your system at risk. If you understand and want to proceed repeat the command including --classic二、解决方法在命令后加--classic即可正常安装VS Codesudo snap install code --classic成功安装VS Code在命令行输入code即可打开VS Code