<?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 Extension Intellisense, additional paths</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/98784/vscode-extension-intellisense-additional-paths</link><description>Hi, 
 
 I am using nRF Connect SDK v2.3.0. Using VSCode, nrf-connect is the configuration proider for c_cpp extension and intellisense. 
 I am trying to add some include paths (external test framework). 
 How can I add non-application paths to the c/cpp</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 11 May 2023 08:10:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/98784/vscode-extension-intellisense-additional-paths" /><item><title>RE: VSCode Extension Intellisense, additional paths</title><link>https://devzone.nordicsemi.com/thread/425032?ContentTypeID=1</link><pubDate>Thu, 11 May 2023 08:10:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44525d49-6dbc-4625-b8d4-40a4fee0b618</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Thanks for your request. Our team will look into this, and write:&lt;/p&gt;
&lt;blockquote&gt;
&lt;div&gt;It does make sense, because that seems to be the behaviour of the C/C++ extension. If that extension only uses values from a provider (our extension in this case) and ignores its own configuration, then we need to feed its own configuration via our provider.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/blockquote&gt;
&lt;p&gt;No timeline on when this will be ready.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Intellisense, additional paths</title><link>https://devzone.nordicsemi.com/thread/424977?ContentTypeID=1</link><pubDate>Wed, 10 May 2023 22:38:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e91bc368-001f-4822-970c-db1a8dcd31f2</guid><dc:creator>grant.r</dc:creator><description>&lt;p&gt;Can I please request that the team looks at the possibility of also using paths from the c_cpp extension&lt;/p&gt;
&lt;p&gt;The&amp;nbsp;&amp;quot;C_Cpp[.default].includePath&amp;quot; setting&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thankyou&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Intellisense, additional paths</title><link>https://devzone.nordicsemi.com/thread/424739?ContentTypeID=1</link><pubDate>Wed, 10 May 2023 08:24:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aca8807f-a963-4f9d-aecd-a1ea7e8ce392</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;div&gt;Our VS Code team replies &amp;quot;&lt;em&gt;Not without adding it to the CMake build&lt;/em&gt;&amp;quot;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Intellisense, additional paths</title><link>https://devzone.nordicsemi.com/thread/424397?ContentTypeID=1</link><pubDate>Tue, 09 May 2023 03:45:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de35ac3d-2f5c-45d1-a3de-bea727c119be</guid><dc:creator>grant.r</dc:creator><description>&lt;p&gt;Thankyou for the reply - to confirm, is there anyway to add out-of-project paths to intellisense?&lt;br /&gt;Is it possible to add things to the generated compile-commands?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Intellisense, additional paths</title><link>https://devzone.nordicsemi.com/thread/421936?ContentTypeID=1</link><pubDate>Mon, 24 Apr 2023 07:01:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c37ec91e-4e23-41b2-bbb0-f0b0fb54d2ee</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Thanks for providing this information. Our VS Code team informs me that &lt;em&gt;the extension pulls the include paths in from the compile_commands.json file generated by the build system. We had a bug related to this that was fixed in Friday&amp;#39;s release, perhaps updating the extension might fix it.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Intellisense, additional paths</title><link>https://devzone.nordicsemi.com/thread/421907?ContentTypeID=1</link><pubDate>Sun, 23 Apr 2023 22:33:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9cb4bce0-6aea-4fa4-81c7-029c1128d36e</guid><dc:creator>grant.r</dc:creator><description>&lt;p&gt;I am just trying to get autocomplete working in my non-zephyr test files. Usually the C/C++ extension handles the intellisense fine, based on c_cpp_properties file.&lt;/p&gt;
&lt;p&gt;With a non-ncs project, I normally just add the paths to the c_cpp_properties file, and intellisense picks the files up.&lt;/p&gt;
&lt;p&gt;With the nrf connect extension it doesn&amp;#39;t seem to honor the additions in this file.&lt;/p&gt;
&lt;p&gt;I just want to add arbitrary folders/source files to intellisense, but remain using nrf-connect extension&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Intellisense, additional paths</title><link>https://devzone.nordicsemi.com/thread/420916?ContentTypeID=1</link><pubDate>Tue, 18 Apr 2023 07:31:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0b90912-5da3-4f89-af7d-9f9856707553</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure I understand your question.&amp;nbsp;Are you trying to add Ceedling build system to the VS code extension? Could you please elaborate more on what you are trying to achieve?&lt;br /&gt;&lt;br /&gt;Thank you.&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>