Skip to content

Instantly share code, notes, and snippets.

@codedeep79
Last active January 21, 2026 23:40
Show Gist options
  • Select an option

  • Save codedeep79/49ac6e9d30785e2284e3761d7d65f829 to your computer and use it in GitHub Desktop.

Select an option

Save codedeep79/49ac6e9d30785e2284e3761d7d65f829 to your computer and use it in GitHub Desktop.

Revisions

  1. codedeep79 revised this gist Aug 11, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Install Visual Studio Code in Ubuntu.md
    Original file line number Diff line number Diff line change
    @@ -4,6 +4,7 @@ sudo apt update
    sudo apt install software-properties-common apt-transport-https wget
    wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
    sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
    sudo apt update
    sudo apt install code
    ```
    ![](https://i.imgur.com/pSWlUSu.png)
  2. codedeep79 revised this gist Jul 26, 2022. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion Install Visual Studio Code in Ubuntu.md
    Original file line number Diff line number Diff line change
    @@ -5,4 +5,5 @@ sudo apt install software-properties-common apt-transport-https wget
    wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
    sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
    sudo apt install code
    ```
    ```
    ![](https://i.imgur.com/pSWlUSu.png)
  3. codedeep79 created this gist Apr 3, 2022.
    8 changes: 8 additions & 0 deletions Install Visual Studio Code in Ubuntu.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    ## Code
    ```
    sudo apt update
    sudo apt install software-properties-common apt-transport-https wget
    wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
    sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
    sudo apt install code
    ```