<?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>code Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 05 Mar 2021 18:55:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>Install the CLI code editor Ox on OpenSUSE 15.2</title>
		<link>https://www.osradar.com/install-the-cli-code-editor-ox-on-opensuse-15-2/</link>
					<comments>https://www.osradar.com/install-the-cli-code-editor-ox-on-opensuse-15-2/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 08 Mar 2021 00:54:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[Leap]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[rust]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=28890</guid>

					<description><![CDATA[<p>Hello, friends. A text editor in the terminal? Yes. So, you will learn how to install Ox on OpenSUSE 15.2 We already know that in Linux we have many different tools. One of them is the term that has proven to be a great help in many tasks such as downloading files and editing text. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-the-cli-code-editor-ox-on-opensuse-15-2/">Install the CLI code editor Ox on OpenSUSE 15.2</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, friends. A text editor in the terminal? Yes. So, you will learn how to install Ox on OpenSUSE 15.2</p>



<p>We already know that in Linux we have many different tools. One of them is the term that has proven to be a great help in many tasks such as downloading files and editing text.</p>



<p>This time we have a terminal tool created with Rust called Ox. Ox is a code editor with a terminal interface that consumes few resources and can help a lot with programming.</p>



<p>Says the program’s developer:</p>



<blockquote class="wp-block-quote"><p>OX IS A CODE EDITOR. IT WAS WRITTEN IN RUST USING ANSI ESCAPE SEQUENCES. IT ASSISTS DEVELOPERS WITH PROGRAMMING BY PROVIDING SEVERAL TOOLS TO SPEED UP AND MAKE PROGRAMMING EASIER AND A REFRESHING ALTERNATIVE TO HEAVILY BLOATED AND RESOURCE HUNGRY EDITORS</p></blockquote>



<p>Therefore, we can install it on any computer, including the oldest ones.</p>



<p>On the other hand, Ox takes many advantages from applications like Vi, Nano, Emacs, and other veteran programs. All this without dependencies and making it quite light and easy to compile. So few that this is the entire list:</p>



<ul><li>Rust language</li><li>Termion</li><li>Unicode-rs</li><li>Clap</li><li>Regex</li><li>Rum</li><li>Serde</li><li>Shellexpand</li></ul>



<p>So, let us install it.</p>



<h2 id="install-ox-on-opensuse-15.2"><a href="#install-ox-on-opensuse-15.2" name="install-ox-on-opensuse-15.2"></a>Install Ox on OpenSUSE 15.2</h2>



<p>Ox is built in the Rust language so we need to install it first.</p>



<p><a href="https://www.osradar.com/install-rust-opensuse/" target="_blank" rel="noreferrer noopener">How to install Rust on OpenSUSE 15.2?</a></p>



<p>After that, you can start installing the application by running the following command</p>



<pre class="wp-block-preformatted">cargo install --git https://github.com/curlpipe/ox</pre>



<p>This will start the whole process of downloading dependencies. When finished, you can invoke the editor with the ox command.</p>



<h2 id="first-steps-with-ox"><a href="#first-steps-with-ox" name="first-steps-with-ox"></a>First steps with Ox</h2>



<p>When the program is properly installed you can run it from the terminal</p>



<pre class="wp-block-preformatted">ox</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="524" src="https://www.osradar.com/wp-content/uploads/2021/03/1-2-1024x524.png" alt="1.- Installing Ox on OpenSUSE 15.2" class="wp-image-28966" srcset="https://www.osradar.com/wp-content/uploads/2021/03/1-2-1024x524.png 1024w, https://www.osradar.com/wp-content/uploads/2021/03/1-2-300x154.png 300w, https://www.osradar.com/wp-content/uploads/2021/03/1-2-768x393.png 768w, https://www.osradar.com/wp-content/uploads/2021/03/1-2-696x356.png 696w, https://www.osradar.com/wp-content/uploads/2021/03/1-2-1068x547.png 1068w, https://www.osradar.com/wp-content/uploads/2021/03/1-2.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Installing Ox on OpenSUSE 15.2</figcaption></figure>



<p>Also, you can open a file or specify the path where you want the new file to be created</p>



<pre class="wp-block-preformatted">ox /path/file</pre>



<p>There you can start editing code. If you want to save changes, you can do it with the key combination <code>CTRL + S</code> but if it’s the first time you modify the file, you have to choose a name with <code>CTRL + w</code></p>



<p>Also, you can open a new tab by pressing the <code>CTRL + N</code></p>



<p>So, you can navigate between tabs with the <code>CTRL + H</code> and <code>CTRL + D</code> keys, and as you can see it’s quite easy to use.</p>



<h2 id="conclusion"><a href="#conclusion" name="conclusion"></a>Conclusion</h2>



<p>Ox has a long way to go, that’s true, but it’s also an interesting project that adds more functionalities every day and allows us to edit code from the terminal, being easy to use. This gives even more power to the terminal and gives us solutions in multiple environments.</p>



<p><a href="https://github.com/curlpipe/ox" target="_blank" rel="noreferrer noopener">Ox Website</a></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-the-cli-code-editor-ox-on-opensuse-15-2/">Install the CLI code editor Ox on OpenSUSE 15.2</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/install-the-cli-code-editor-ox-on-opensuse-15-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install the latest version of Git in Debian 9 or Ubuntu 19.04?</title>
		<link>https://www.osradar.com/how-to-install-the-latest-version-of-git-in-debian-9/</link>
					<comments>https://www.osradar.com/how-to-install-the-latest-version-of-git-in-debian-9/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Fri, 19 Apr 2019 04:00:47 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[New version]]></category>
		<category><![CDATA[Stretch]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=11401</guid>

					<description><![CDATA[<p>Debian is a great operating system. Perhaps along with CentOS and RHEL the most stable of all Linux. Debian can do very important jobs like developing applications or being the operating system of a server. All this thanks to the fact that it is a very stable system where the software is constantly tested to [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-the-latest-version-of-git-in-debian-9/">How to install the latest version of Git in Debian 9 or Ubuntu 19.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>Debian is a great operating system. Perhaps along with CentOS and RHEL the most stable of all Linux. Debian can do very important jobs like developing applications or being the operating system of a server. All this thanks to the fact that it is a very stable system where the software is constantly tested to obtain the best results. However, the software available in Debian is not always the most up to date and over time this can be a problem. So, with this in mind, I will teach you how to install the latest stable version of Git on <a href="https://www.osradar.com/tag/debian/" target="_blank" rel="noopener noreferrer">Debian</a> 9 Stretch or <a href="https://www.osradar.com/tag/ubuntu/" target="_blank" rel="noopener noreferrer">Ubuntu</a> 19.04.</p>
<h1>Install the latest version of Git from the source code</h1>
<p>There is no reliable repository to install the latest version of <a href="https://git-scm.com/" target="_blank" rel="noopener noreferrer">Git</a> on Debian 9 or Ubuntu 19.04. However, we can manually compile the source code. The process is not complicated and will help us to have current and fast Git.</p>
<p>First of all, you have to update the system.</p>
<pre>:~$ su
:~# apt update &amp;&amp; apt upgrade</pre>
<p><figure id="attachment_11402" aria-describedby="caption-attachment-11402" style="width: 1121px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11402" src="https://www.osradar.com/wp-content/uploads/2019/03/1-7.png" alt="1.- Upgrade the system" width="1121" height="586" srcset="https://www.osradar.com/wp-content/uploads/2019/03/1-7.png 1121w, https://www.osradar.com/wp-content/uploads/2019/03/1-7-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/1-7-768x401.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/1-7-1024x535.png 1024w, https://www.osradar.com/wp-content/uploads/2019/03/1-7-696x364.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/1-7-1068x558.png 1068w, https://www.osradar.com/wp-content/uploads/2019/03/1-7-803x420.png 803w" sizes="(max-width: 1121px) 100vw, 1121px" /><figcaption id="caption-attachment-11402" class="wp-caption-text">1.- Upgrade the system</figcaption></figure></p>
<p><em><strong>Note: In case Ubuntu doesn&#8217;t have root enabled, you just need to type </strong></em>sudo<em><strong> before the commands.</strong></em></p>
<p>After that, you need to install some packages to install Git.</p>
<pre>:~# apt install build-essential make libssl-dev libghc-zlib-dev libcurl4-gnutls-dev libexpat1-dev gettext unzip</pre>
<p><figure id="attachment_11403" aria-describedby="caption-attachment-11403" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11403" src="https://www.osradar.com/wp-content/uploads/2019/03/2-7.png" alt="2.- Install some required packages" width="1365" height="508" srcset="https://www.osradar.com/wp-content/uploads/2019/03/2-7.png 1365w, https://www.osradar.com/wp-content/uploads/2019/03/2-7-300x112.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/2-7-768x286.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/2-7-1024x381.png 1024w, https://www.osradar.com/wp-content/uploads/2019/03/2-7-696x259.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/2-7-1068x397.png 1068w, https://www.osradar.com/wp-content/uploads/2019/03/2-7-1129x420.png 1129w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-11403" class="wp-caption-text">2.- Install some required packages</figcaption></figure></p>
<p>Then, it is necessary to know which is the latest stable version of Git. To do this, it is good to go to the program website. At the time of writing this article, it is 2.21.0 so the command to write is as follows.</p>
<pre>:~# cd /tmp/
:~# wget wget https://github.com/git/git/archive/v2.21.0.zip -O latestgit.zip</pre>
<p><figure id="attachment_11408" aria-describedby="caption-attachment-11408" style="width: 1365px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11408" src="https://www.osradar.com/wp-content/uploads/2019/03/3-6.png" alt="3.- Download the Git source code" width="1365" height="485" srcset="https://www.osradar.com/wp-content/uploads/2019/03/3-6.png 1365w, https://www.osradar.com/wp-content/uploads/2019/03/3-6-300x107.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/3-6-768x273.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/3-6-1024x364.png 1024w, https://www.osradar.com/wp-content/uploads/2019/03/3-6-696x247.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/3-6-1068x379.png 1068w, https://www.osradar.com/wp-content/uploads/2019/03/3-6-1182x420.png 1182w" sizes="(max-width: 1365px) 100vw, 1365px" /><figcaption id="caption-attachment-11408" class="wp-caption-text">3.- Download the Git source code</figcaption></figure></p>
<p>Next, decompress it and move to the generated folder.</p>
<pre>:~# unzip latestgit.zip
:~# cd git-2.21.0</pre>
<p>Now, you can build and install Git. To do it, just run these commands:</p>
<pre>:~# make prefix=/usr/local all
:~# make prefix=/usr/local install</pre>
<p><figure id="attachment_11419" aria-describedby="caption-attachment-11419" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11419" src="https://www.osradar.com/wp-content/uploads/2019/03/4-5.png" alt="4.- Install the latest version of git" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/03/4-5.png 1366w, https://www.osradar.com/wp-content/uploads/2019/03/4-5-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/4-5-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/4-5-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/03/4-5-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/4-5-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/03/4-5-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11419" class="wp-caption-text">4.- Install the latest version of git</figcaption></figure></p>
<p>Once the process is complete, you can verify which version is installed.</p>
<pre>:~# git --version</pre>
<p><figure id="attachment_11420" aria-describedby="caption-attachment-11420" style="width: 808px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11420" src="https://www.osradar.com/wp-content/uploads/2019/03/5-3.png" alt="5.- Git version" width="808" height="187" srcset="https://www.osradar.com/wp-content/uploads/2019/03/5-3.png 808w, https://www.osradar.com/wp-content/uploads/2019/03/5-3-300x69.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/5-3-768x178.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/5-3-696x161.png 696w" sizes="(max-width: 808px) 100vw, 808px" /><figcaption id="caption-attachment-11420" class="wp-caption-text">5.- Git version</figcaption></figure></p>
<p>With this, Git is now installed and ready to use.</p>
<h1>Conclusion</h1>
<p>Getting the latest version of Git in Debian 9 or Ubuntu 19.04 is not a complicated matter, however, it can be useful for the development of our applications. We have achieved this by manually compiling the application, this way it becomes simpler and safer.</p>
<p>Please share this post with your friends.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-the-latest-version-of-git-in-debian-9/">How to install the latest version of Git in Debian 9 or Ubuntu 19.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-the-latest-version-of-git-in-debian-9/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>
