<?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>configuring | Learn C Games Programming Blog</title>
	<atom:link href="https://learncgames.com/tag/configuring/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>Sat, 12 Dec 2020 09:58:22 +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>configuring | 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>Configuring VS Code for C/C++</title>
		<link>https://learncgames.com/configuring-vs-code-for-c-c/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=configuring-vs-code-for-c-c</link>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Sun, 13 Dec 2020 00:00:46 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Visual Studio Code]]></category>
		<category><![CDATA[configuring]]></category>
		<guid isPermaLink="false">https://learncgames.com/?p=2046</guid>

					<description><![CDATA[<p>Most of the time I&#8217;ve got by configuring VS Code but recently I wasted an hour having managed to completely mess it up. I have a Raspberry Pi version of Asteroids which adds temperature display and game pad support. It&#8217;s a useful way to check when I burn a new SD and install VS Code, [&#8230;]</p>
The post <a href="https://learncgames.com/configuring-vs-code-for-c-c/">Configuring VS Code for C/C++</a> first appeared on <a href="https://learncgames.com">Learn C Games Programming Blog</a>.]]></description>
										<content:encoded><![CDATA[<p><img fetchpriority="high" decoding="async" class="alignleft size-medium wp-image-2047" src="https://learncgames.com/wp-content/uploads/2020/12/vscode-300x231.png" alt="Visual Studio Code" width="300" height="231" srcset="https://learncgames.com/wp-content/uploads/2020/12/vscode-300x231.png 300w, https://learncgames.com/wp-content/uploads/2020/12/vscode.png 708w" sizes="(max-width: 300px) 100vw, 300px" />Most of the time I&#8217;ve got by configuring VS Code but recently I wasted an hour having managed to completely mess it up. I have a Raspberry Pi version of Asteroids which adds temperature display and game pad support. It&#8217;s a useful way to check when I burn a new SD and install VS Code, clang, and all the libSDL2-dev codes that everything is there. If it&#8217;s not it won&#8217;t compile.</p>
<p>Only this time because I was doing other stuff I decided to create a Projects folder which contained the Asteroids folder and some other stuff and opened Projects as the Folder.  I copied the hidden .vscode folder into Projects/Asteroids and tried to compile. <strong>Errors. Lots of compile errors.</strong> I repeatedly edited the tasks.json file with altered paths but no joy. I spent an hour trying before closing the Folder and reopening it with Asteroids as the Folder and with the original tasks.json. It compiled perfectly.</p>
<p><strong>So the moral of the tale is</strong> just keep the level of folders down to one when you open the Folder on the files you are compiling. Do not have subfolders.</p>The post <a href="https://learncgames.com/configuring-vs-code-for-c-c/">Configuring VS Code for C/C++</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">2046</post-id>	</item>
	</channel>
</rss>
