Does a snap for vscode exist?

Solution 1:

Visual Studio Code should show up in Ubuntu Software application if you search for "vscode" or it can be installed from the terminal by running the command sudo snap install code --classic A snap in classic confinement behaves as a traditionally packaged application with full access to the system, and Visual Studio Code extensions are installed into the user's home directory.

Visual Studio Code is not an full=featured IDE. For this reason it is not possible to create a project in Visual Studio Code, like it is in Visual Studio. On the other hand it is possible to run Python, C, C++, JavaScript, PHP, Java, R and some other programming language code blocks directly in Visual Studio Code using the Code Runner extension. It is also possible to run HTML code in an external web browser using the open in browser extension. Visual Studio Code is a lot smaller than Microsoft Visual Studio, however many Visual Studio extensions can also be installed in Visual Studio Code by selecting View -> Extensions and then search for the extension that you want to install.

Solution 2:

I just searched and got this result:

  1. Find it:

    snap find vscode
    
    Name    Version            Developer      Notes    Summary
    vscode  1.12.2-1494422229  flexiondotorg  classic  Code editing. Redefined.
    
  2. Install it:

    sudo snap install --classic vscode
    
  3. Results:

    [sudo] password for george: 
    core 71.70 MB / 79.49 MB 
    [==============================================================>------]  90.21% 527.42 KB/s 15svscode 1.12.2-1494422229 from 'flexiondotorg' installed