在Ubuntu 16.04 下安装VS Code

安装umake:

    sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
    sudo apt-get update
    sudo apt-get install ubuntu-make

 

然后如果按照网上常看见的教程,输入命令:

 

umake web visual-studio-code

 就会报如下错误:

usage: umake web [-h] {firefox-dev,phantomjs} ... umake web: error: argument framework: invalid choice: 'visual-studio-code' (choose from 'firefox-dev', 'phantomjs')

这是因为visual-studio-code不在Web选项里,应该是在ide中,故正确应该如下 

sudo umake ide visual-studio-code

你可能感兴趣的:(Ubuntu,Software,Installation,Ubuntu)