<?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>vs code Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/vs-code/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 08 Jan 2019 15:21:37 +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>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>
