<?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>vscodium | Learn C Games Programming Blog</title>
	<atom:link href="https://learncgames.com/tag/vscodium/feed/" rel="self" type="application/rss+xml" />
	<link>https://learncgames.com</link>
	<description>A blog about C, programming games and my ebook(s).</description>
	<lastBuildDate>Fri, 19 Jun 2020 09:53:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://learncgames.com/wp-content/uploads/2020/03/cropped-favicon-32x32.png</url>
	<title>vscodium | Learn C Games Programming Blog</title>
	<link>https://learncgames.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">181446779</site>	<item>
		<title>Playing with VSCodium</title>
		<link>https://learncgames.com/playing-with-vscodium/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=playing-with-vscodium</link>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Sat, 20 Jun 2020 23:00:59 +0000</pubDate>
				<category><![CDATA[Other stuff]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<category><![CDATA[vscodium]]></category>
		<guid isPermaLink="false">https://learncgames.com/?p=839</guid>

					<description><![CDATA[<p>There are some subtle differences between it and Visual Studio Code. The main one is the not having access to the VisualStudio market place. The C/C++ template isn&#8217;t there but instead is installed by default. However I have found that the tasks and launch json files created from the F1 menu don&#8217;t have the C++ [&#8230;]</p>
The post <a href="https://learncgames.com/playing-with-vscodium/">Playing with VSCodium</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></description>
										<content:encoded><![CDATA[<div class='__iawmlf-post-loop-links' style='display:none;' data-iawmlf-post-links='[{&quot;id&quot;:657,&quot;href&quot;:&quot;https:\/\/open-vsx.org&quot;,&quot;archived_href&quot;:&quot;http:\/\/web-wp.archive.org\/web\/20260131141736\/https:\/\/open-vsx.org\/&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-06 17:22:42&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-11 06:40:42&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-17 00:25:38&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-20 17:42:11&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-25 04:14:25&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-01 01:04:44&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-05 05:10:18&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-10 07:14:38&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-14 10:12:38&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-20 15:28:25&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-25 01:40:35&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-28 12:19:49&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-03 05:47:35&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-08 05:44:26&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-13 02:36:34&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-17 07:37:56&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-21 03:50:49&quot;,&quot;http_code&quot;:206}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-04-21 03:50:49&quot;,&quot;http_code&quot;:206},&quot;process&quot;:&quot;done&quot;}]'></div>
<p><img fetchpriority="high" decoding="async" class="alignleft size-full wp-image-844" src="https://learncgames.com/wp-content/uploads/2020/06/open-vsx.png" alt="open-vsx.org" width="450" height="260" srcset="https://learncgames.com/wp-content/uploads/2020/06/open-vsx.png 450w, https://learncgames.com/wp-content/uploads/2020/06/open-vsx-300x173.png 300w" sizes="(max-width: 450px) 100vw, 450px" />There are some subtle differences between it and Visual Studio Code. The main one is the not having access to the VisualStudio market place. The C/C++ template isn&#8217;t there but instead is installed by default.</p>
<p>However I have found that the tasks and launch json files created from the F1 menu don&#8217;t have the C++ choices. What this means is that you have to get them from an official Visual Studio source, like Visual Studio Code installed on 64-bit Windows/Ubuntu/Mac.</p>
<p>I&#8217;d already done this so I used WinSCP to send them via ssh from my Windows box to the Pi. It&#8217;s a slight irritation but once you&#8217;ve got them setup it works ok. I can build applications haven&#8217;t got debugging working yet though.</p>
<p>There is an alternate <a title="Link to open-vsx-org" href="https://open-vsx.org/" target="_blank" rel="nofollow noopener noreferrer">Extensions Marketplace</a> which has 266 items in it.  That&#8217;s a screenshot of the programming language extensions.</p>The post <a href="https://learncgames.com/playing-with-vscodium/">Playing with VSCodium</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">839</post-id>	</item>
		<item>
		<title>How to install VSCodium on a Raspberry Pi.</title>
		<link>https://learncgames.com/how-to-install-vscodium-on-a-raspberry-pi/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-install-vscodium-on-a-raspberry-pi</link>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Thu, 18 Jun 2020 23:00:55 +0000</pubDate>
				<category><![CDATA[64-bit]]></category>
		<category><![CDATA[raspberry-pi]]></category>
		<category><![CDATA[flameshot]]></category>
		<category><![CDATA[vscodium]]></category>
		<guid isPermaLink="false">https://learncgames.com/?p=831</guid>

					<description><![CDATA[<p>It was very easy.  This was onto my Pi 4 running 64-bit Raspberry Pi OS. Go to the releases page on the vsCodium website, it&#8217;s on GitHub.  If you are running 32-bit Pi OS then you need the codium_1.46.0-1591900344_armhf.deb file (the number will most likely have changed).  For the 64-bit one, you need the codium_1.46.0-1591900344_arm64.deb. [&#8230;]</p>
The post <a href="https://learncgames.com/how-to-install-vscodium-on-a-raspberry-pi/">How to install VSCodium on a Raspberry Pi.</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></description>
										<content:encoded><![CDATA[<div class='__iawmlf-post-loop-links' style='display:none;' data-iawmlf-post-links='[{&quot;id&quot;:658,&quot;href&quot;:&quot;https:\/\/github.com\/VSCodium\/vscodium\/releases&quot;,&quot;archived_href&quot;:&quot;http:\/\/web-wp.archive.org\/web\/20260206172453\/https:\/\/github.com\/VSCodium\/vscodium\/releases&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-09 15:55:21&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-13 15:42:25&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-17 09:04:29&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-21 08:11:36&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-24 08:54:16&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-27 16:03:45&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-04 14:59:22&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-07 17:39:07&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-12 15:19:23&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-16 07:42:01&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-19 18:31:10&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-24 18:10:28&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-28 13:42:16&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-02 11:24:32&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-05 20:41:13&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-10 13:08:24&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-14 00:18:40&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-17 10:52:57&quot;,&quot;http_code&quot;:503},{&quot;date&quot;:&quot;2026-04-20 18:05:22&quot;,&quot;http_code&quot;:206}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-04-20 18:05:22&quot;,&quot;http_code&quot;:206},&quot;process&quot;:&quot;done&quot;}]'></div>
<p><img decoding="async" class="alignleft size-full wp-image-834" src="https://learncgames.com/wp-content/uploads/2020/06/vscodiumpi-1.png" alt="64-bit VSCodium running on a 64-bit PI." width="500" height="308" srcset="https://learncgames.com/wp-content/uploads/2020/06/vscodiumpi-1.png 500w, https://learncgames.com/wp-content/uploads/2020/06/vscodiumpi-1-300x185.png 300w" sizes="(max-width: 500px) 100vw, 500px" />It was very easy.  This was onto my Pi 4 running 64-bit Raspberry Pi OS.</p>
<p>Go to the <a title="Link to VSCodium release page" href="https://github.com/VSCodium/vscodium/releases" target="_blank" rel="nofollow noopener noreferrer">releases page</a> on the vsCodium website, it&#8217;s on GitHub.  If you are running 32-bit Pi OS then you need the<em> codium_1.46.0-1591900344_<strong>armhf</strong>.deb</em> file (the number will most likely have changed).  For the 64-bit one, you need the<em> codium_1.46.0-1591900344_<strong>arm64</strong>.deb.</em></p>
<p>When you click on the link it will download and ask if you want to keep it. It will then give you the option of opening it and select the archiver. That will install it for you.</p>
<p>After that, to run it from the command line just type <strong>codium</strong>.</p>
<p>Or as I just discovered. Look on the pull down menu, go onto accessories and you should see (probably near the bottom) VSCodium. Move the mouse over and right-click.You&#8217;ll see a popup menu with <strong>Add to Desktop</strong> and <strong>Properties</strong>. If you click the former, you get an icon on your desktop.</p>
<p><img decoding="async" class="alignleft size-full wp-image-836" src="https://learncgames.com/wp-content/uploads/2020/06/icons.png" alt="Raspberry Pi Icons" width="158" height="361" srcset="https://learncgames.com/wp-content/uploads/2020/06/icons.png 158w, https://learncgames.com/wp-content/uploads/2020/06/icons-131x300.png 131w" sizes="(max-width: 158px) 100vw, 158px" />Screenshots were captured with the Flameshot utility. It&#8217;s installed with <em>sudo apt install flameshot. </em>That&#8217;s the VSCodium and Flameshot icons.</p>
<p>&nbsp;</p>The post <a href="https://learncgames.com/how-to-install-vscodium-on-a-raspberry-pi/">How to install VSCodium on a Raspberry Pi.</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">831</post-id>	</item>
		<item>
		<title>Another Visual Studio Code source &#8211; VSCodium</title>
		<link>https://learncgames.com/another-visual-studio-code-source-vscodium/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=another-visual-studio-code-source-vscodium</link>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Sat, 13 Jun 2020 23:00:16 +0000</pubDate>
				<category><![CDATA[alternative]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[vscodium]]></category>
		<guid isPermaLink="false">https://learncgames.com/?p=808</guid>

					<description><![CDATA[<p>As they say &#8220;This is not a fork. This is a repository of scripts to automatically build Microsoft&#8217;s vscode repository into freely-licensed binaries with a community-driven default configuration.&#8221; Microsoft&#8217;s code includes telemetry and tracking code. The code built here is the same as Microsoft&#8217;s but with that telemetry and tracking code removed. Also it includes builds [&#8230;]</p>
The post <a href="https://learncgames.com/another-visual-studio-code-source-vscodium/">Another Visual Studio Code source – VSCodium</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></description>
										<content:encoded><![CDATA[<div class='__iawmlf-post-loop-links' style='display:none;' data-iawmlf-post-links='[{&quot;id&quot;:669,&quot;href&quot;:&quot;https:\/\/github.com\/VSCodium\/vscodium&quot;,&quot;archived_href&quot;:&quot;http:\/\/web-wp.archive.org\/web\/20260204172555\/https:\/\/github.com\/VSCodium\/vscodium&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-06 17:23:58&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-13 05:56:52&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-18 12:17:07&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-02-27 11:02:59&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-05 16:13:19&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-10 05:10:08&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-14 10:12:38&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-26 14:20:19&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-03-29 18:51:02&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-03 06:45:09&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-08 05:44:23&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-12 02:58:36&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-16 14:39:33&quot;,&quot;http_code&quot;:206},{&quot;date&quot;:&quot;2026-04-20 11:10:29&quot;,&quot;http_code&quot;:206}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-04-20 11:10:29&quot;,&quot;http_code&quot;:206},&quot;process&quot;:&quot;done&quot;},{&quot;id&quot;:670,&quot;href&quot;:&quot;https:\/\/github.com\/VSCodium\/vscodium\/blob\/master\/DOCS.md&quot;,&quot;archived_href&quot;:&quot;http:\/\/web-wp.archive.org\/web\/20231027075644\/https:\/\/github.com\/VSCodium\/vscodium\/blob\/master\/DOCS.md&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[{&quot;date&quot;:&quot;2026-02-06 17:24:00&quot;,&quot;http_code&quot;:404},{&quot;date&quot;:&quot;2026-02-13 05:56:52&quot;,&quot;http_code&quot;:404},{&quot;date&quot;:&quot;2026-02-18 12:17:07&quot;,&quot;http_code&quot;:404},{&quot;date&quot;:&quot;2026-02-24 11:07:59&quot;,&quot;http_code&quot;:429},{&quot;date&quot;:&quot;2026-02-27 23:11:40&quot;,&quot;http_code&quot;:429},{&quot;date&quot;:&quot;2026-03-05 16:13:20&quot;,&quot;http_code&quot;:404},{&quot;date&quot;:&quot;2026-03-10 05:18:22&quot;,&quot;http_code&quot;:404},{&quot;date&quot;:&quot;2026-03-14 10:12:38&quot;,&quot;http_code&quot;:404},{&quot;date&quot;:&quot;2026-03-26 14:20:23&quot;,&quot;http_code&quot;:429},{&quot;date&quot;:&quot;2026-03-29 18:51:02&quot;,&quot;http_code&quot;:404},{&quot;date&quot;:&quot;2026-04-03 06:45:09&quot;,&quot;http_code&quot;:404},{&quot;date&quot;:&quot;2026-04-08 05:44:28&quot;,&quot;http_code&quot;:404},{&quot;date&quot;:&quot;2026-04-12 02:58:36&quot;,&quot;http_code&quot;:429},{&quot;date&quot;:&quot;2026-04-16 14:39:34&quot;,&quot;http_code&quot;:404},{&quot;date&quot;:&quot;2026-04-20 09:38:12&quot;,&quot;http_code&quot;:404}],&quot;broken&quot;:false,&quot;last_checked&quot;:{&quot;date&quot;:&quot;2026-04-20 09:38:12&quot;,&quot;http_code&quot;:404},&quot;process&quot;:&quot;done&quot;}]'></div>
<p><a title="Link to VsCodium on GitHub" href="https://github.com/VSCodium/vscodium" target="_blank" rel="noopener noreferrer"><img loading="lazy" decoding="async" class="alignleft size-medium wp-image-809" src="https://learncgames.com/wp-content/uploads/2020/06/vscodium-300x169.png" alt="VSCodium" width="300" height="169" srcset="https://learncgames.com/wp-content/uploads/2020/06/vscodium-300x169.png 300w, https://learncgames.com/wp-content/uploads/2020/06/vscodium-768x432.png 768w, https://learncgames.com/wp-content/uploads/2020/06/vscodium.png 800w" sizes="auto, (max-width: 300px) 100vw, 300px" />As they say</a> &#8220;This is not a fork. This is a repository of scripts to automatically build Microsoft&#8217;s <code class="" data-line="">vscode</code> repository into freely-licensed binaries with a community-driven default configuration.&#8221;</p>
<p>Microsoft&#8217;s code includes telemetry and tracking code. The code built here is the same as Microsoft&#8217;s but with that telemetry and tracking code removed. Also it includes builds for both ARM (32 and 64-bit) which you don&#8217;t get from Microsoft.</p>
<p>The <a title="Link to VSCodium page" href="https://github.com/VSCodium/vscodium/blob/master/DOCS.md" target="_blank" rel="nofollow noopener noreferrer">Docs page</a> provides info on how to copy JSON bindings from Visual Studio Code to VSCodium. I shall be giving this a try. Much as I like the code.headmelted.com Visual Studio Code, it doesn&#8217;t appear to be updated very often whereas VSCodium seems to be built every night.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>The post <a href="https://learncgames.com/another-visual-studio-code-source-vscodium/">Another Visual Studio Code source – VSCodium</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">808</post-id>	</item>
	</channel>
</rss>
