<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>VSCode - &amp;#39;Add Build Configuration&amp;#39; window is blank</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/94121/vscode---add-build-configuration-window-is-blank</link><description>I have run into a problem using the nRF Connect extension for VSCode. I have restarted the program, my computer, removed and recreated the application and nothing has worked. I cannot get the &amp;#39;Add Build Configuration&amp;#39; window to appear in full after clicking</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 Jun 2024 14:07:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/94121/vscode---add-build-configuration-window-is-blank" /><item><title>RE: VSCode - 'Add Build Configuration' window is blank</title><link>https://devzone.nordicsemi.com/thread/487148?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2024 14:07:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87c37693-226a-4925-90a4-1f1d225107c1</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Anders,&lt;br /&gt;&lt;br /&gt;This thread is quite old. Please open a new ticket and provide detailed information about your issue. You can refer to this case if you find here something relevant that might be applicable to your issue.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode - 'Add Build Configuration' window is blank</title><link>https://devzone.nordicsemi.com/thread/486982?ContentTypeID=1</link><pubDate>Sat, 01 Jun 2024 17:54:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce5a4dfe-5fd6-4965-9f4c-6177d05a0fb5</guid><dc:creator>Anders Nelson</dc:creator><description>&lt;p&gt;Hi there, did you issue get resolved? I&amp;#39;m experiencing a similar issue. &lt;a href="https://devzone.nordicsemi.com/members/dejans"&gt;dejans&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode - 'Add Build Configuration' window is blank</title><link>https://devzone.nordicsemi.com/thread/397178?ContentTypeID=1</link><pubDate>Wed, 23 Nov 2022 13:34:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c1a1c37d-796f-446b-a516-6ecb494fe153</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Connor,&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote user="connor.duval"]I can create applications within the&amp;nbsp;git directory/VS Code workspace&amp;nbsp;just fine. These can have Build Configurations added for them without problem. Notably, my VS Code workspace is the same directory as the application directory itself. &lt;br /&gt;&lt;br /&gt;Some&amp;nbsp;further investigation:&amp;nbsp;opening a new VS Code workspace in the directory above the directory containing the hello-world workspace (and a bunch of other projects), adding the hello-world project as an application of this new workspace and attempting to create a build configuration or edit the existing one created using &lt;code&gt;west build&lt;/code&gt; fails in the same way.[/quote]
&lt;p&gt;Where is your application folder located? Where is your NCS installation folder located? How did you make your VS Code workspace? How did you create hello_world workspace?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;You could have your application folder inside your VS Code workspace folder.&amp;nbsp;After making VS Code workspace, you could try copying the hello_world sample folder from zephyr to your workspace folder. Then you could use &amp;quot;Add Existing Application&amp;quot; to add existing application to your workspace. When the application is added, your build should succeed. Another option would be to create a new freestanding application within VS Code workspace folder.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode - 'Add Build Configuration' window is blank</title><link>https://devzone.nordicsemi.com/thread/397034?ContentTypeID=1</link><pubDate>Wed, 23 Nov 2022 00:16:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af59ecb2-e199-44a1-8aa9-91c961f67e0e</guid><dc:creator>connor.duval</dc:creator><description>&lt;p&gt;Hello Dejans,&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;Did you have this issue before? When did you start noticing the problem?&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;When I first started working with this nRF SDK project about 1-2 weeks ago I noticed it. The solution at the time that worked was to simply close the VS Code window (did not have to kill the whole application, other windows were still open) and that would allow me to see the contents of the &amp;#39;Add Build Configuration&amp;#39; page; it would no longer be blank. I don&amp;#39;t believe I&amp;#39;ve updated any of the extensions since and they&amp;#39;re all currently on their latest versions so that should be on the latest version of everything.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;For which applications does the error on the third image occur when you use &amp;quot;Add Folder as Application&amp;quot;?&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;span&gt;A few different ones, it is usually a very temporary problem, but the one that I have not been able to fix by simply restarting the process is the &amp;#39;zephyr samples hello-world&amp;#39; application example. I have since modified it to do slightly more than its original scope and it&amp;nbsp;starts Thread and prints some info about its IPv6 Addresses. Resetting it via git to before any of my code changes however changes nothing.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;Have you noticed if the same error appears when creating new applications?&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;span&gt;I can create applications within the&amp;nbsp;git directory/VS Code workspace&amp;nbsp;just fine. These can have Build Configurations added for them without problem. Notably, my VS Code workspace is the same directory as the application directory itself. &lt;br /&gt;&lt;br /&gt;Some&amp;nbsp;further investigation:&amp;nbsp;opening a new VS Code workspace in the directory above the directory containing the hello-world workspace (and a bunch of other projects), adding the hello-world project as an application of this new workspace and attempting to create a build configuration or edit the existing one created using &lt;code&gt;west build&lt;/code&gt; fails in the same way.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;Could you test using any other application from the git repository? What are the results?&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;span&gt;I&amp;#39;m not sure what this is asking. I attempted to just make a new VS Code workspace folder, put the hello-world example in it (same process as before), and run &lt;code&gt;git init&lt;/code&gt; in it.&amp;nbsp;Notably, I used a &amp;#39;west&amp;#39; workspace in this and my original hello-world application&amp;nbsp;as this worked fine previously. Having now generated a workspace with the below topology (there is a .git directory in there as well), I can add the workspace as an application source&amp;nbsp;but&amp;nbsp;build configurations&amp;nbsp;cannot be created for it.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Screen-Shot-2022_2D00_11_2D00_23-at-10.07.01-am.png" alt=" " /&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Removing the .git directory changes nothing.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Strangely, despite both having applications centred on the workspace directory,&amp;nbsp;the .vscode/settings.json files differ between my project and this test project I made for the bug report. They are below respectively.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Screen-Shot-2022_2D00_11_2D00_23-at-10.10.41-am.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Screen-Shot-2022_2D00_11_2D00_23-at-10.11.37-am.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;That seems to be all the information I can find.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Connor&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode - 'Add Build Configuration' window is blank</title><link>https://devzone.nordicsemi.com/thread/396985?ContentTypeID=1</link><pubDate>Tue, 22 Nov 2022 15:22:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f887884-68ce-4a07-8832-e0d4ffaf29f2</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;I would appreciate it if you could answer the following questions:&lt;br /&gt;&lt;br /&gt;Did you have this issue before? When did you start noticing the problem?&amp;nbsp;&lt;br /&gt;For which applications does the error on the third image occur when you use &amp;quot;Add Folder as Application&amp;quot;?&lt;br /&gt;Have you noticed if the same error appears when creating new applications?&lt;br /&gt;Could you test using any other application from the git repository? What are the results?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode - 'Add Build Configuration' window is blank</title><link>https://devzone.nordicsemi.com/thread/396800?ContentTypeID=1</link><pubDate>Tue, 22 Nov 2022 07:15:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22cdb4e0-0680-4909-a16c-dd5a6efc3ca1</guid><dc:creator>connor.duval</dc:creator><description>&lt;p&gt;Potentially&amp;nbsp;helpful update:&lt;br /&gt;&lt;br /&gt;I have noticed that after running the `west build` and `west flash` processes manually, the build configuration does appear. Even this, however, cannot be edited and new ones still cannot be added.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>