All Projects → tagplus5 → Vscode Ppa

tagplus5 / Vscode Ppa

Licence: mit
Visual Studio Code PPA

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Vscode Ppa

Vscode
Visual Studio Code
Stars: ✭ 125,417 (+151004.82%)
Mutual labels:  visual-studio-code, editor
Pythonvscode
This extension is now maintained in the Microsoft fork.
Stars: ✭ 2,013 (+2325.3%)
Mutual labels:  visual-studio-code, editor
Vscode Theme Onedark
VSCode Theme based on Atom's One Dark theme
Stars: ✭ 165 (+98.8%)
Mutual labels:  visual-studio-code, editor
ubuntu-on-android
Run Ubuntu 21.04 with pre-installed Desktop Environments in android/termux with ease! Everything is preinstalled so just download install and done🚀🚀
Stars: ✭ 348 (+319.28%)
Mutual labels:  ubuntu, visual-studio-code
Fpm Within Docker
Leverage fpm inside pre-baked docker images in order to build and test native DEB and RPM packages.
Stars: ✭ 80 (-3.61%)
Mutual labels:  ubuntu
Vscode Gremlins
Gremlins tracker for Visual Studio Code: reveals invisible whitespace and other annoying characters
Stars: ✭ 78 (-6.02%)
Mutual labels:  visual-studio-code
Hassctl
Simple command line utility to help debug Home Assistant configuration
Stars: ✭ 77 (-7.23%)
Mutual labels:  ubuntu
Gistlyn
Run Roslyn Gists
Stars: ✭ 75 (-9.64%)
Mutual labels:  editor
Koreader Base
Base framework offering a Lua scriptable environment for creating document readers
Stars: ✭ 81 (-2.41%)
Mutual labels:  ubuntu
Xpiks
Cross-Platform Image Keywording Software for microstock photographers and illustrators
Stars: ✭ 81 (-2.41%)
Mutual labels:  editor
Intellij Visual Studio Code
IntelliJ key bindings for MS Visual Studio Code
Stars: ✭ 80 (-3.61%)
Mutual labels:  visual-studio-code
Goguru
GoGuru is a Golang plugin for SublimeText 3 that integrates the Go guru tool.
Stars: ✭ 78 (-6.02%)
Mutual labels:  editor
Omnia
Stars: ✭ 81 (-2.41%)
Mutual labels:  editor
Vscode Zig
Zig language support for VSCode
Stars: ✭ 77 (-7.23%)
Mutual labels:  visual-studio-code
Packer Ubuntu 1404
DEPRECATED - Packer Example - Ubuntu 14.04 Vagrant Box using Ansible provisioner
Stars: ✭ 81 (-2.41%)
Mutual labels:  ubuntu
Ansible Nas
Build a full-featured home server or NAS replacement with an Ubuntu box and this playbook.
Stars: ✭ 1,198 (+1343.37%)
Mutual labels:  ubuntu
Laravel Blade Snippets Vscode
Laravel blade snippets and syntax highlight support for Visual Studio Code
Stars: ✭ 80 (-3.61%)
Mutual labels:  visual-studio-code
Magicpython
Cutting edge Python syntax highlighter for Sublime Text, Atom and Visual Studio Code. Used by GitHub to highlight your Python code!
Stars: ✭ 1,238 (+1391.57%)
Mutual labels:  visual-studio-code
Pause On Lock
Pause/Resume your music player when locking/unlocking your Linux desktop.
Stars: ✭ 79 (-4.82%)
Mutual labels:  ubuntu
Docker Nginx Image Proxy
on the fly image cropping with gravity, resize and compression microservice
Stars: ✭ 79 (-4.82%)
Mutual labels:  ubuntu

Visual Studio Code PPA

https://code.visualstudio.com

Contains

  • Visual Studio Code
  • Visual Studio Code Insiders

Installation

sudo wget -O - https://tagplus5.github.io/vscode-ppa/ubuntu/gpg.key | sudo apt-key add - && \
sudo wget -O /etc/apt/sources.list.d/vscode.list https://tagplus5.github.io/vscode-ppa/ubuntu/vscode.list && \
sudo apt update &&
sudo apt install code code-insiders

On 1.10.1 Update Microsoft create official signed repositories for Linux

https://code.visualstudio.com/updates/v1_10#_official-signed-repositories-for-linux

Install for Debian and Ubuntu based distributions

https://code.visualstudio.com/docs/setup/linux#_installation

curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg && \
sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg && \
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list' && \
sudo apt-get update && \
sudo apt install code code-insiders

For now, there are differences in the official MS repository and this repository for code-insiders, see:

https://github.com/tagplus5/vscode-ppa/issues/5#issuecomment-283690238

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].