<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>visual studio code on linux Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/visual-studio-code-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 01 May 2020 14:43:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How To Install Visual Studio Code on Ubuntu 20.04</title>
		<link>https://www.osradar.com/how-to-install-visual-studio-code-on-ubuntu-20-04/</link>
					<comments>https://www.osradar.com/how-to-install-visual-studio-code-on-ubuntu-20-04/#respond</comments>
		
		<dc:creator><![CDATA[sabi]]></dc:creator>
		<pubDate>Fri, 01 May 2020 14:43:30 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[How To Install Visual Studio Code on Ubuntu 20.04]]></category>
		<category><![CDATA[Ubuntu 20.04 tutorials]]></category>
		<category><![CDATA[visual studio code]]></category>
		<category><![CDATA[visual studio code on linux]]></category>
		<category><![CDATA[Visual studio code on Ubuntu 20.04]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=19975</guid>

					<description><![CDATA[<p>Today we are going to learn that how to install Visual Studio Code on Ubuntu 20.04. Visual Studio Code developed by the Microsoft to provide support on Windows, Linux and MacOS. It provides the facility of source-code editor with some available extensions by which you can change the style or customize it according to your [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-visual-studio-code-on-ubuntu-20-04/">How To Install Visual Studio Code on Ubuntu 20.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Today we are going to learn that <a href="https://www.osradar.com/?p=19975">how to install Visual Studio Code</a> on Ubuntu 20.04. Visual Studio Code developed by the Microsoft to provide support on Windows, Linux and MacOS. It provides the facility of source-code editor with some available extensions by which you can change the style or customize it according to your needs. So, in this tutorial, we are going to install it on the new release of Ubuntu 20.04. Just follow the below steps for an easy installation.</p>



<h3><strong>Step 1: Update Your System</strong></h3>



<p>Firstly as usual we do, update the system to latest packages by the given command.</p>



<pre class="wp-block-verse">sudo apt update</pre>



<h3><strong>Step 2: Enable HTTPS Access on Ubuntu 20.04</strong></h3>



<p>After updating the system install the HTTPS support for the apt package manager for attaining packages from the Microsoft &amp; others. To install HTTPS support run the below command in your terminal.</p>



<pre class="wp-block-verse">sudo apt install -y curl apt-transport-https</pre>



<h3><strong>Step 3: Add Visual Studio Code Repository On Ubuntu 20.04</strong></h3>



<p>Fire the listed command to get the Microsoft GPG key for installing visual studio code on Ubuntu 20.04. </p>



<pre class="wp-block-verse">curl -sSL https://packages.microsoft.com/keys/microsoft.asc -o microsoft.asc<br>sudo apt-key add microsoft.asc</pre>



<p>And then add the repository of Visual Studio Code on Ubuntu 20.04 with the help of the following command.</p>



<pre class="wp-block-verse">echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"  | sudo tee /etc/apt/sources.list.d/vscode.list</pre>



<p>After adding the repository go to the installation step.</p>



<h3><strong>Step 4: Installing Visual Studio Code on Ubuntu 20.04</strong></h3>



<p>To install the Visual Studio Code, hit the given command.</p>



<pre class="wp-block-verse">sudo apt update<br>sudo apt -y install code</pre>



<p>Output:</p>



<pre class="wp-block-verse">sabi@Ubuntu:~$ sudo apt -y install code<br> Reading package lists… Done<br> Building dependency tree       <br> Reading state information… Done<br> The following packages were automatically installed and are no longer required:<br>   acl apg colord-data gnome-control-center-faces<br>   gnome-online-accounts hplip-data libcolord-gtk1 libcolorhug2<br>   libgsound0 libgssdp-1.2-0 libgupnp-1.2-0 libgupnp-av-1.0-2<br>   libgupnp-dlna-2.0-3 libieee1284-3 libimagequant0 libmediaart-2.0-0<br>   librygel-core-2.6-2 librygel-db-2.6-2 librygel-renderer-2.6-2<br>   librygel-server-2.6-2 libsane-common libsnmp-base libsodium23<br>   libwebpmux3 mobile-broadband-provider-info network-manager-gnome<br>   printer-driver-postscript-hp python3-macaroonbakery python3-nacl<br>   python3-olefile python3-pexpect python3-pil python3-protobuf<br>   python3-ptyprocess python3-pymacaroons python3-renderpm<br>   python3-reportlab python3-reportlab-accel python3-rfc3339<br>   python3-tz rygel<br> Use 'sudo apt autoremove' to remove them.<br> The following NEW packages will be installed:<br>   code<br> 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.<br> Need to get 62.3 MB of archives.<br> After this operation, 265 MB of additional disk space will be used.<br> Get:1 https://packages.microsoft.com/repos/vscode stable/main amd64 code amd64 1.44.2-1587059832 [62.3 MB]<br> Fetched 62.3 MB in 1min 7s (927 kB/s)                                 <br> Selecting previously unselected package code.<br> (Reading database … 164205 files and directories currently installed.<br> )<br> Preparing to unpack …/code_1.44.2-1587059832_amd64.deb …<br> Unpacking code (1.44.2-1587059832) …<br> Setting up code (1.44.2-1587059832) …<br> Processing triggers for mime-support (3.64ubuntu1) …<br> Processing triggers for gnome-menus (3.36.0-1ubuntu1) …<br> Processing triggers for desktop-file-utils (0.24-1ubuntu2) …<br> </pre>



<h3><strong>Step 5: Open Visual Studio Code</strong></h3>



<p>After installing the visual studio code, either you can open it from the terminal or by navigating to <strong>Activities</strong>.</p>



<p>Terminal:</p>



<pre class="wp-block-verse">code</pre>



<p>GUI:</p>



<p>Navigate to <strong>Activities</strong> and search for <strong>Visual Studio Code </strong>as shown below.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" width="798" height="600" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/05/3.png" alt="How To Install Visual Studio Code on Ubuntu 20.04" class="wp-image-20002" srcset="https://www.osradar.com/wp-content/uploads/2020/05/3.png 798w, https://www.osradar.com/wp-content/uploads/2020/05/3-300x226.png 300w, https://www.osradar.com/wp-content/uploads/2020/05/3-768x577.png 768w, https://www.osradar.com/wp-content/uploads/2020/05/3-696x523.png 696w, https://www.osradar.com/wp-content/uploads/2020/05/3-80x60.png 80w" sizes="(max-width: 798px) 100vw, 798px" /></figure></div>



<p>Here&#8217;s the welcome screen of Visual Studio Code.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" width="721" height="545" src="//1723336065.rsc.cdn77.org/wp-content/uploads/2020/05/2.png" alt="How To Install Visual Studio Code on Ubuntu 20.04" class="wp-image-20003" srcset="https://www.osradar.com/wp-content/uploads/2020/05/2.png 721w, https://www.osradar.com/wp-content/uploads/2020/05/2-300x227.png 300w, https://www.osradar.com/wp-content/uploads/2020/05/2-696x526.png 696w, https://www.osradar.com/wp-content/uploads/2020/05/2-80x60.png 80w" sizes="(max-width: 721px) 100vw, 721px" /></figure></div>



<h3><strong>Step 6: Set Visual Studio Code as Default Editor on Ubuntu 20.04</strong></h3>



<p>Now, run the below command in your terminal to set the Visual Studio Code as your default editor on Ubuntu 20.04.</p>



<pre class="wp-block-verse">sudo update-alternatives --set editor /usr/bin/code</pre>



<p>You can update to the latest version with following command.</p>



<pre class="wp-block-verse">sudo apt update<br>sudo apt upgrade code</pre>



<p>So, this is how you can install Visual Studio Code on Ubuntu 20.04</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-visual-studio-code-on-ubuntu-20-04/">How To Install Visual Studio Code on Ubuntu 20.04</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-visual-studio-code-on-ubuntu-20-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Visual Studio Code on Linux</title>
		<link>https://www.osradar.com/visual-studio-code-on-linux/</link>
					<comments>https://www.osradar.com/visual-studio-code-on-linux/#respond</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Tue, 08 Jan 2019 15:21:37 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[code on linux]]></category>
		<category><![CDATA[visual studio code]]></category>
		<category><![CDATA[visual studio code on linux]]></category>
		<category><![CDATA[vs code]]></category>
		<category><![CDATA[vs code linux]]></category>
		<category><![CDATA[vs code on linux]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=9044</guid>

					<description><![CDATA[<p>Microsoft isn’t so popular for being a friendly company for the open-source community. However, Microsoft came up with a genius tool for the programmers that’s completely open-source, cross-platform, well-maintained and offers numerous powerful features! Yes, Visual Studio Code, in my opinion, is one of the finest code editors you can get right now! It successfully [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/visual-studio-code-on-linux/">Visual Studio Code on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Microsoft isn’t so popular for being a friendly company for the open-source community. However, Microsoft came up with a genius tool for the programmers that’s completely open-source, cross-platform, well-maintained and offers numerous powerful features!</p>
<p>Yes, Visual Studio Code, in my opinion, is one of the finest code editors you can get right now! It successfully combines the power of a simple code editor and with all the necessary parts for the core edit-build-debug cycle.</p>
<p>Today, let’s enjoy this awesome tool on our Linux distro!</p>
<h1>Installing Visual Studio Code</h1>
<p>There are several ways of getting VS Code on your system. Run the following command according to your Linux distro.</p>
<ul>
<li>
<h3>Debian/Ubuntu</h3>
</li>
</ul>
<p>VS Code comes up in a nice DEB package for Debian/Ubuntu and derivatives. <a href="https://code.visualstudio.com/#alt-downloads">Get the latest VS Code DEB package</a>.</p>
<p><img loading="lazy" class="size-full wp-image-9046 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/vscode-1.png" alt="" width="1254" height="428" srcset="https://www.osradar.com/wp-content/uploads/2019/01/vscode-1.png 1254w, https://www.osradar.com/wp-content/uploads/2019/01/vscode-1-300x102.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/vscode-1-768x262.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/vscode-1-1024x349.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/vscode-1-1068x365.png 1068w, https://www.osradar.com/wp-content/uploads/2019/01/vscode-1-1231x420.png 1231w" sizes="(max-width: 1254px) 100vw, 1254px" /></p>
<p>Then, run the following commands in the terminal –</p>
<pre class="">cd ~/Downloads/

sudo dpkg -i code_1.30.1-1545156774_amd64.deb

sudo apt install -f</pre>
<p><img loading="lazy" class="size-full wp-image-9047 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/vscode-2.png" alt="" width="1012" height="536" srcset="https://www.osradar.com/wp-content/uploads/2019/01/vscode-2.png 1012w, https://www.osradar.com/wp-content/uploads/2019/01/vscode-2-300x159.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/vscode-2-768x407.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/vscode-2-793x420.png 793w" sizes="(max-width: 1012px) 100vw, 1012px" /></p>
<ul>
<li>
<h3>Fedora</h3>
</li>
</ul>
<p><a href="https://code.visualstudio.com/#alt-downloads">Get the latest VS Code PRM package</a>. Then, run the following command –</p>
<pre class="">sudo dnf install code-1.30.1-1545156893.el7.x86_64.rpm</pre>
<ul>
<li>
<h3>OpenSUSE</h3>
</li>
</ul>
<p>After downloading the RPM package of VS Code, run the following command –</p>
<pre class="">sudo zypper install code-1.30.1-1545156893.el7.x86_64.rpm</pre>
<ul>
<li>
<h3>Arch Linux</h3>
</li>
</ul>
<p>VS Code is available on the AUR repository. Let’s install VS Code right away!</p>
<pre>sudo pacman -S base-devel git

git clone <a href="https://aur.archlinux.org/visual-studio-code-bin.git">https://aur.archlinux.org/visual-studio-code-bin.git</a>

cd visual-studio-code-bin

makepkg -sri</pre>
<ul>
<li>
<h3>Snap</h3>
</li>
</ul>
<p>The best way of enjoying VS Code is installing the snap package. Snap packages are universal Linux packages that offer compatibility all across the Linux distros. Run the following command –</p>
<pre class="">sudo snap install vscode --classic</pre>
<h1><img loading="lazy" class="size-full wp-image-9048 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/vscode-3.png" alt="" width="994" height="148" srcset="https://www.osradar.com/wp-content/uploads/2019/01/vscode-3.png 994w, https://www.osradar.com/wp-content/uploads/2019/01/vscode-3-300x45.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/vscode-3-768x114.png 768w" sizes="(max-width: 994px) 100vw, 994px" /></h1>
<h1>Using VS Code</h1>
<p>Fire up the editor –</p>
<p><img loading="lazy" class="size-full wp-image-9049 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/vscode-4.png" alt="" width="1033" height="628" srcset="https://www.osradar.com/wp-content/uploads/2019/01/vscode-4.png 1033w, https://www.osradar.com/wp-content/uploads/2019/01/vscode-4-300x182.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/vscode-4-768x467.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/vscode-4-1024x623.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/vscode-4-691x420.png 691w" sizes="(max-width: 1033px) 100vw, 1033px" /></p>
<p>You can add additional features with the available extensions directly!</p>
<p><img loading="lazy" class="size-full wp-image-9045 aligncenter" src="https://www.osradar.com/wp-content/uploads/2019/01/vscode-5.png" alt="" width="1048" height="627" srcset="https://www.osradar.com/wp-content/uploads/2019/01/vscode-5.png 1048w, https://www.osradar.com/wp-content/uploads/2019/01/vscode-5-300x179.png 300w, https://www.osradar.com/wp-content/uploads/2019/01/vscode-5-768x459.png 768w, https://www.osradar.com/wp-content/uploads/2019/01/vscode-5-1024x613.png 1024w, https://www.osradar.com/wp-content/uploads/2019/01/vscode-5-702x420.png 702w" sizes="(max-width: 1048px) 100vw, 1048px" /></p>
<p>Enjoy!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/visual-studio-code-on-linux/">Visual Studio Code on Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/visual-studio-code-on-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
