<?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>VS Code cannot create a project</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/81216/vs-code-cannot-create-a-project</link><description>I was trying to follow the video to create a project with VS Code. After I click the Create Application buttion, there is nothing happens. It only create a Folder with APP&amp;#39;s name, but the folder is empty. I have the admin right of the computer. 
 The</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 04 Nov 2021 14:14:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/81216/vs-code-cannot-create-a-project" /><item><title>RE: VS Code cannot create a project</title><link>https://devzone.nordicsemi.com/thread/337515?ContentTypeID=1</link><pubDate>Thu, 04 Nov 2021 14:14:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e72ae4da-d119-43e0-a214-ea059dc575a9</guid><dc:creator>Dominik</dc:creator><description>&lt;p&gt;Hey!&lt;/p&gt;
&lt;p&gt;uh this helped me! I just figured out that my git was not working correctly and got an error there. VSCode couldnt find my git.. after fixing this issue I am able to create a new project (or open one of the examples).&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VS Code cannot create a project</title><link>https://devzone.nordicsemi.com/thread/337499?ContentTypeID=1</link><pubDate>Thu, 04 Nov 2021 13:37:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:112e2e34-a715-49ff-864c-e69f86a2194e</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We can try checking whether it is an issue with permissions. Try creating the application once again and after you click on &lt;em&gt;Create Application&lt;/em&gt;, if you open the developer tools in VS Code&lt;em&gt; (Help &amp;gt; Toggle Developer Tools),&lt;/em&gt;&amp;nbsp;an error should happen with the file copy.&lt;/p&gt;
&lt;p&gt;There will be some error indicated, like:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;{errno: -13, code: &amp;quot;EACCES&amp;quot;, syscall: &amp;quot;mkdir&amp;quot;, path: &amp;quot;...&amp;quot;}&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Kindly try this and share your screenshot with me so that we can analyse the issue.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;PK&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VS Code cannot create a project</title><link>https://devzone.nordicsemi.com/thread/337465?ContentTypeID=1</link><pubDate>Thu, 04 Nov 2021 12:38:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e7b400d9-4d12-49bc-93c6-de17d4a2d015</guid><dc:creator>Leo Choi</dc:creator><description>&lt;p&gt;Hi pk,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I can follow your step by open cmd in within Toolchain Manager. But it still doesn&amp;#39;t work ....&amp;nbsp;&lt;br /&gt;whatever ......&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Screenshot-2021_2D00_11_2D00_04-203432.png" /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Screenshot-2021_2D00_11_2D00_04-203453.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VS Code cannot create a project</title><link>https://devzone.nordicsemi.com/thread/337272?ContentTypeID=1</link><pubDate>Wed, 03 Nov 2021 12:56:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42e5f74c-fd9e-4d6b-a539-461b96174783</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Could you try opening the command prompt from the &lt;em&gt;Toolchain Manager&lt;/em&gt; in nRF Connect SDK and take it to the nrf location? For eg, my nRF Connect SDK location is at &lt;strong&gt;C:\NCS&lt;/strong&gt; and when I open command prompt, it points at&amp;nbsp;&lt;strong&gt;C:\NCS\v1.7.1&amp;gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Then, use &amp;quot;&lt;em&gt;cd nrf&lt;/em&gt; &amp;quot;and enter the nrf folder. Then you could try entering the &amp;quot;&lt;em&gt;git checkout v1.7.1&amp;quot;&lt;/em&gt; (in your case, v1.7.0) followed by &amp;quot;&lt;em&gt;west update&amp;quot;&lt;/em&gt;. This will download all necessary documents, (if not already installed with the nRF Connect SDK).&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/7002.pastedimage1635944130335v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;After this you could try creating the application once again and let me know how it goes. In case you get any further errors do attach the screenshot of the same.&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;PK&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VS Code cannot create a project</title><link>https://devzone.nordicsemi.com/thread/337084?ContentTypeID=1</link><pubDate>Tue, 02 Nov 2021 12:36:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9fa5333b-5b22-4b45-a136-0e153be86c52</guid><dc:creator>Leo Choi</dc:creator><description>&lt;p&gt;Hi PK,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I tried both 10.14.0 and 10.15.0. It still doesn&amp;#39;t work&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VS Code cannot create a project</title><link>https://devzone.nordicsemi.com/thread/336977?ContentTypeID=1</link><pubDate>Tue, 02 Nov 2021 07:42:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7078a841-ea61-4efa-9feb-2d329b17486d</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;I understand. Have you done the following too and then tried VS Code?&lt;/p&gt;
[quote user="PriyankaKesav"]&lt;p&gt;Also, do you have the latest nRF Command Line Tools installed ?&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Command-Line-Tools/Download#:~:text=Overview-,Downloads,-Choose%20platform%20and"&gt; nRF Command Line Tools 10.15.0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If not, kindly install the latest version and update me with the progress.&lt;/p&gt;[/quote]&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VS Code cannot create a project</title><link>https://devzone.nordicsemi.com/thread/336949?ContentTypeID=1</link><pubDate>Tue, 02 Nov 2021 00:34:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee40efcd-f03a-4e30-a99a-93170b3ab422</guid><dc:creator>Leo Choi</dc:creator><description>&lt;p&gt;I think there is no problem for me to use SEGGER to open a project. I just want to try VS Code for comparison. It seems to have more plugins, especially kconfig. It seems it looks easier to maintance.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Screenshot-2021_2D00_11_2D00_02-083129.png" /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Screenshot-2021_2D00_11_2D00_02-083159.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VS Code cannot create a project</title><link>https://devzone.nordicsemi.com/thread/336804?ContentTypeID=1</link><pubDate>Mon, 01 Nov 2021 09:30:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17f2e020-a45d-4903-b014-a8a622eed983</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Does this happen only with VS Code or do you have similar problem with SEGGER or west?&lt;/p&gt;
&lt;p&gt;Also, do you have the latest nRF Command Line Tools installed ?&lt;a href="https://www.nordicsemi.com/Products/Development-tools/nRF-Command-Line-Tools/Download#:~:text=Overview-,Downloads,-Choose%20platform%20and"&gt; nRF Command Line Tools 10.15.0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If not, kindly install the latest version and update me with the progress.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VS Code cannot create a project</title><link>https://devzone.nordicsemi.com/thread/336782?ContentTypeID=1</link><pubDate>Mon, 01 Nov 2021 08:17:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:141cc600-92d9-4b9f-903c-e5edd69ff8fe</guid><dc:creator>Leo Choi</dc:creator><description>&lt;p&gt;I tried. It seems not success. I tried to reinstall both NCS and VCS, still not good&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Screenshot-2021_2D00_11_2D00_01-161324.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VS Code cannot create a project</title><link>https://devzone.nordicsemi.com/thread/336779?ContentTypeID=1</link><pubDate>Mon, 01 Nov 2021 08:07:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e647114-ebfb-4a19-aa7d-1797aa3562d8</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Leo,&lt;/p&gt;
&lt;p&gt;Could you try creating the application in the same path as the nRF Connect for Desktop? I have my&amp;nbsp;&lt;span&gt;&amp;nbsp;nRF Connect SDK at the location&amp;nbsp;&lt;strong&gt;C:\NCS&lt;/strong&gt; and I create my applications in the location&amp;nbsp;&lt;strong&gt;C:\NCS\VSC&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You could find the location of your nRF Connect SDK&amp;nbsp;by following : nRF Connect for Desktop -&amp;gt; Toolchain Manager -&amp;gt; Settings&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1635753831279v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Hope this helps and let me know how it goes.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Priyanka&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>