From 5042ea5409b5030514b30f9eeb16d3995c08e0f1 Mon Sep 17 00:00:00 2001 From: Ott <5253130+ottworks@users.noreply.github.com> Date: Tue, 22 Mar 2022 17:31:51 -0700 Subject: [PATCH] Add alias snippet from #19 to description --- com.visualstudio.code.metainfo.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/com.visualstudio.code.metainfo.xml b/com.visualstudio.code.metainfo.xml index d4f7732..c220bfc 100644 --- a/com.visualstudio.code.metainfo.xml +++ b/com.visualstudio.code.metainfo.xml @@ -10,6 +10,8 @@

Visual Studio Code is a new choice of tool that combines the simplicity of a code editor with what developers need for the core edit-build-debug cycle.

This is the proprietary Microsoft build of Visual Studio Code, packaged into a Flatpak. This repackaging is not supported by Microsoft.

+

To install the code command, add this to your ~/.bashrc file:

+

alias code="flatpak run com.visualstudio.code"