<?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 Host Keeps Crashing As Soon as First Project is Added</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/118337/vscode-extension-host-keeps-crashing-as-soon-as-first-project-is-added</link><description>Bit baffled by this one, I assume it&amp;#39;s related to the attempted nRF SDK Intellisense magic: We do have a monorepo for various controller projects that includes two zephyr setups in lib/zephyr (latest, for non nRF projects) and lib/nordic (for nRF projects</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 29 Jan 2026 00:15:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/118337/vscode-extension-host-keeps-crashing-as-soon-as-first-project-is-added" /><item><title>RE: VSCode Extension Host Keeps Crashing As Soon as First Project is Added</title><link>https://devzone.nordicsemi.com/thread/559838?ContentTypeID=1</link><pubDate>Thu, 29 Jan 2026 00:15:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0192b54c-09d4-4f91-8117-c6aa23573609</guid><dc:creator>Toastus</dc:creator><description>&lt;p&gt;I hit this similarly on an M1 MacBook Air just today. I&amp;#39;ve been doing most of my development on an M4 MacMini and never&amp;nbsp;saw this, but had moved development over to the MacBook due to potential power loss due to winter storms.&lt;/p&gt;
&lt;p&gt;I see evidence of high memory pressure on the M1 Air, probably because it only has 8GB RAM vs. the M4 Mini&amp;#39;s 16GB, but the problem started happening when I was working with devicetree, and if I &lt;strong&gt;disable the nRF Devicetree extension&lt;/strong&gt; (version 2026.1.448), the problem disappears, but so do the devicetree related features, such as listing the specific build target systems in the nRF Connect Applications sidebar, for example. Note that since I hit the issue, I&amp;#39;ve been working editing application source, not device tree, but the error persists.&lt;/p&gt;
&lt;p&gt;I found that this was the cause by digging into the error logs generated by the&amp;nbsp;Extensions Host--it was holding onto the CPU and unresponsive for 81% of almost 5 seconds at a time, which caused the Host to crash, so it&amp;#39;s possible that memory and/or system speed plus&amp;nbsp;aggressive crash timing by the Extensions Host is involved, which would explain why the exact same cloned environment does not experience any issues on the M4 Mini.&lt;/p&gt;
&lt;p&gt;Update: Removing the nRF Devicetree Extension then fully closing VS Code, then reopening VS Code and Installing the extension again seems to have cleared up the issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Host Keeps Crashing As Soon as First Project is Added</title><link>https://devzone.nordicsemi.com/thread/559142?ContentTypeID=1</link><pubDate>Tue, 20 Jan 2026 10:33:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99f8096a-efac-482e-8f90-df66556662a7</guid><dc:creator>brunohaid</dc:creator><description>&lt;p&gt;Completely fresh install on new machine with latest version as per docs. Bisect doesn&amp;#39;t work, but deactivating nrfSDK in VSCode is what prevents the error.&lt;br /&gt;&lt;br /&gt;Again, my assumption is that the way you scan the repo leads to some infinite/recursive issue exhausting system memory, last year it looked like you were using the standard C/C++ plugin in some specific ways under the hood.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Host Keeps Crashing As Soon as First Project is Added</title><link>https://devzone.nordicsemi.com/thread/559131?ContentTypeID=1</link><pubDate>Tue, 20 Jan 2026 09:51:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c38c193b-6009-45b6-8e0d-e1408dc687d6</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for the inputs, but we are still not able to reproduce it at our end.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is a pretty old ticket, and since the first report, there have been a lot of updates on various stuff like the VSCode versions, toolchains, JLinks, etc etc. Please make sure that you have updated everything to the latest versions.&lt;/p&gt;
&lt;p&gt;You can also use the following to narrow it down to the extension that creates this issue:&lt;/p&gt;
&lt;p&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/pastedimage1768902695264v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Host Keeps Crashing As Soon as First Project is Added</title><link>https://devzone.nordicsemi.com/thread/558447?ContentTypeID=1</link><pubDate>Sun, 11 Jan 2026 01:34:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17ddaeca-db43-41c1-a59d-bc6291aaf2cc</guid><dc:creator>brunohaid</dc:creator><description>&lt;p&gt;Tried giving the SDK a shot again, but this got significantly worse - it now somehow manages to crash VS Code in way that leaves the process in an UE state (uninterruptable, trying to exit), which means the only way to restart VS Code is by literally restarting your computer. The old trick of setting Intellisense cache size to 0 also doesn&amp;#39;t work anymore.&lt;br /&gt;&lt;br /&gt;Bit weird to see this thread abandoned by the support team.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Host Keeps Crashing As Soon as First Project is Added</title><link>https://devzone.nordicsemi.com/thread/535426?ContentTypeID=1</link><pubDate>Thu, 15 May 2025 00:16:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df3e6fa7-2090-4239-9076-f97667652818</guid><dc:creator>mbprx</dc:creator><description>&lt;p&gt;No luck for me either :( just suffering. I thought it might have been a conflict with the Cmake tools extension, but I think the error messages I saw there were collateral damage of whatever underlying issue is present here.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Host Keeps Crashing As Soon as First Project is Added</title><link>https://devzone.nordicsemi.com/thread/535210?ContentTypeID=1</link><pubDate>Tue, 13 May 2025 22:09:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:106bc608-5574-4154-9362-46ecf9afd4a5</guid><dc:creator>brunohaid</dc:creator><description>&lt;p&gt;Unfortunately not. We did have some success with &lt;code&gt;&amp;quot;C_Cpp.intelliSenseCacheSize&amp;quot;: 0&lt;/code&gt; in &lt;code&gt;settings.json&lt;/code&gt; stopping the underlying extension from being told to run amok (similar to &lt;a href="https://github.com/microsoft/vscode-cpptools/issues/3123"&gt;this issue&lt;/a&gt;) and produce terabyte sized cache files saturating discs. It does help, in combination with &lt;br /&gt;&lt;br /&gt; &lt;code&gt;&amp;quot;C_Cpp.exclusionPolicy&amp;quot;: &amp;quot;checkFolders&amp;quot;,&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;quot;C_Cpp.files.exclude&amp;quot;: {&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;quot;${workspaceFolder}/lib/**&amp;quot;: true&lt;/code&gt;&lt;br /&gt;&lt;code&gt;...&lt;/code&gt;&lt;br /&gt;&lt;code&gt; },&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;quot;files.watcherExclude&amp;quot;: {&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;quot;${workspaceFolder}/lib/**&amp;quot;: true&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;...&lt;/code&gt;&lt;br /&gt;&lt;code&gt; },&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;but at that point you&amp;#39;re starting to defeat the purpose of having VS Code for your development in the first place. Given that it&amp;#39;s also near impossible to have NCS and CLI/West builds coexist we stopped investigating the issue and scrapped using the NCS VS Code plugins altogether.&lt;br /&gt;&lt;br /&gt;As a heavy VS Code user and embedded n00b, this seemed annoying initially but turned out OK - Similar to the ST IDE you can always spin up a quick isolated project to learn/develop/test something, and then transfer it over to your main codebase. Plus you get to feel closer closer to the VIM/CLI cool kids on your team..&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Host Keeps Crashing As Soon as First Project is Added</title><link>https://devzone.nordicsemi.com/thread/535205?ContentTypeID=1</link><pubDate>Tue, 13 May 2025 20:39:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2783dc9f-8e78-4363-ae7b-0f299f68e8ca</guid><dc:creator>Andre Petronilho</dc:creator><description>&lt;p&gt;Did anyone figured this out? I am having the same issue with my Mac M1 and SDK3.0.0.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Host Keeps Crashing As Soon as First Project is Added</title><link>https://devzone.nordicsemi.com/thread/527686?ContentTypeID=1</link><pubDate>Mon, 17 Mar 2025 14:38:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8efdc79a-80bb-4b8d-a68b-b8a43a30c04e</guid><dc:creator>Ramiws</dc:creator><description>&lt;p&gt;I am also facing the crash of the extension every couple of&amp;nbsp;minutes. I am also on Mac M2 and sdk 2.9.0&lt;/p&gt;
&lt;p&gt;This is the crash message. Not very helpful:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Extension host terminated unexpectedly 3 times within the last 5 minutes.&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Host Keeps Crashing As Soon as First Project is Added</title><link>https://devzone.nordicsemi.com/thread/521804?ContentTypeID=1</link><pubDate>Thu, 06 Feb 2025 18:42:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3256af1-c315-455f-947f-99ecfeef1a9b</guid><dc:creator>mbprx</dc:creator><description>&lt;p&gt;Unfortunately no luck with 2.9.99.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My steps to reproduce:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a blank application via VS Code extension (this is a freestanding application that uses the SDK / toolchain that are downloaded and managed by the extension)&lt;/li&gt;
&lt;li&gt;Create a simple build configuration that uses SDK v2.9.0 (or v2.9.99)&lt;/li&gt;
&lt;li&gt;Wait ~5 mins and&amp;nbsp;the extension host&amp;nbsp;will restart at some point&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I typically go on to flash and monitor the nRF54L15 DK via serial, but in my experience I only need to create a build configuration &amp;amp; build to get the extension host to crash.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I&amp;#39;m having a hard time finding smoke in the VS Code logs, but here&amp;#39;s a session where I opened VS Code, promptly built, flashed, and then the extension host rebooted.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;main.log&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;2025-02-06 12:57:16.749 [info] update#setState idle
2025-02-06 12:57:46.746 [info] update#setState checking for updates
2025-02-06 12:57:47.202 [info] update#setState idle
2025-02-06 13:01:06.279 [info] Extension host with pid 58325 exited with code: 6, signal: unknown.
2025-02-06 13:01:06.280 [error] [UtilityProcess id: 1, type: extensionHost, pid: 58325]: crashed with code 6 and reason &amp;#39;crashed&amp;#39;
2025-02-06 13:04:22.537 [info] Extension host with pid 60724 exited with code: 6, signal: unknown.
2025-02-06 13:04:22.537 [error] [UtilityProcess id: 2, type: extensionHost, pid: 60724]: crashed with code 6 and reason &amp;#39;crashed&amp;#39;
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;exthost.log&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;2025-02-06 12:57:17.574 [info] Extension host with pid 58325 started
2025-02-06 12:57:17.574 [info] Skipping acquiring lock for /Users/miles/Library/Application Support/Code/User/workspaceStorage/1d4775150777675da9dcbff7125bca9c.
2025-02-06 12:57:17.625 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: &amp;#39;onAuthenticationRequest:github&amp;#39;
2025-02-06 12:57:17.656 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: &amp;#39;*&amp;#39;, root cause: vscode.git
2025-02-06 12:57:17.658 [info] ExtensionService#_doActivateExtension nordic-semiconductor.nrf-connect-extension-pack, startup: true, activationEvent: &amp;#39;*&amp;#39;
2025-02-06 12:57:17.659 [info] ExtensionService#_doActivateExtension nordic-semiconductor.nrf-kconfig, startup: true, activationEvent: &amp;#39;*&amp;#39;
2025-02-06 12:57:17.728 [info] ExtensionService#_doActivateExtension nordic-semiconductor.nrf-terminal, startup: true, activationEvent: &amp;#39;*&amp;#39;
2025-02-06 12:57:17.822 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: &amp;#39;*&amp;#39;
2025-02-06 12:57:17.856 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: &amp;#39;*&amp;#39;
2025-02-06 12:57:17.890 [info] ExtensionService#_doActivateExtension nordic-semiconductor.nrf-connect, startup: true, activationEvent: &amp;#39;workspaceContains:**/west.yml,**/Kconfig.zephyr,**/prj.conf,**/*.overlay,**/sample.yaml&amp;#39;
2025-02-06 12:57:18.147 [info] ExtensionService#_doActivateExtension nordic-semiconductor.nrf-devicetree, startup: false, activationEvent: &amp;#39;api&amp;#39;, root cause: nordic-semiconductor.nrf-connect
2025-02-06 12:57:18.271 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: &amp;#39;onLanguage&amp;#39;
2025-02-06 12:57:19.901 [info] ExtensionService#_doActivateExtension ms-vscode.cpptools, startup: false, activationEvent: &amp;#39;api&amp;#39;, root cause: nordic-semiconductor.nrf-connect
2025-02-06 12:57:20.124 [info] Eager extensions activated
2025-02-06 12:57:20.129 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: &amp;#39;onStartupFinished&amp;#39;
2025-02-06 12:57:20.130 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: &amp;#39;onStartupFinished&amp;#39;
2025-02-06 13:01:06.640 [info] Extension host with pid 60724 started
2025-02-06 13:01:06.640 [info] Skipping acquiring lock for /Users/miles/Library/Application Support/Code/User/workspaceStorage/1d4775150777675da9dcbff7125bca9c.
2025-02-06 13:01:06.645 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: &amp;#39;onAuthenticationRequest:github&amp;#39;
2025-02-06 13:01:06.659 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: &amp;#39;onLanguage&amp;#39;
2025-02-06 13:01:06.668 [info] ExtensionService#_doActivateExtension nordic-semiconductor.nrf-connect, startup: false, activationEvent: &amp;#39;onCommand:nrf-connect.getBuildEnvironment&amp;#39;
2025-02-06 13:01:06.802 [info] ExtensionService#_doActivateExtension ms-vscode.cpptools, startup: false, activationEvent: &amp;#39;onLanguage:c&amp;#39;
2025-02-06 13:01:06.867 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: false, activationEvent: &amp;#39;onFileSystem:git&amp;#39;, root cause: vscode.git
2025-02-06 13:01:06.868 [info] ExtensionService#_doActivateExtension nordic-semiconductor.nrf-terminal, startup: false, activationEvent: &amp;#39;onCommand:nrf-terminal.startTerminal&amp;#39;
2025-02-06 13:01:06.985 [info] ExtensionService#_doActivateExtension vscode.git, startup: false, activationEvent: &amp;#39;onFileSystem:git&amp;#39;
2025-02-06 13:01:07.133 [info] ExtensionService#_doActivateExtension nordic-semiconductor.nrf-kconfig, startup: false, activationEvent: &amp;#39;api&amp;#39;, root cause: nordic-semiconductor.nrf-connect
2025-02-06 13:01:07.192 [info] ExtensionService#_doActivateExtension nordic-semiconductor.nrf-devicetree, startup: false, activationEvent: &amp;#39;api&amp;#39;, root cause: nordic-semiconductor.nrf-connect
2025-02-06 13:01:07.646 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: &amp;#39;*&amp;#39;
2025-02-06 13:01:07.660 [info] ExtensionService#_doActivateExtension nordic-semiconductor.nrf-connect-extension-pack, startup: true, activationEvent: &amp;#39;*&amp;#39;
2025-02-06 13:01:09.797 [info] Eager extensions activated
2025-02-06 13:01:09.798 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: &amp;#39;onStartupFinished&amp;#39;
2025-02-06 13:01:09.801 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: &amp;#39;onStartupFinished&amp;#39;
2025-02-06 13:04:22.962 [info] Extension host with pid 61517 started
2025-02-06 13:04:22.962 [info] Skipping acquiring lock for /Users/miles/Library/Application Support/Code/User/workspaceStorage/1d4775150777675da9dcbff7125bca9c.
2025-02-06 13:04:22.967 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: &amp;#39;onAuthenticationRequest:github&amp;#39;
2025-02-06 13:04:22.982 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: &amp;#39;onLanguage&amp;#39;
2025-02-06 13:04:22.991 [info] ExtensionService#_doActivateExtension nordic-semiconductor.nrf-connect, startup: false, activationEvent: &amp;#39;onCommand:nrf-connect.getBuildEnvironment&amp;#39;
2025-02-06 13:04:23.120 [info] ExtensionService#_doActivateExtension ms-vscode.cpptools, startup: false, activationEvent: &amp;#39;onLanguage:c&amp;#39;
2025-02-06 13:04:23.186 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: false, activationEvent: &amp;#39;onFileSystem:git&amp;#39;, root cause: vscode.git
2025-02-06 13:04:23.189 [info] ExtensionService#_doActivateExtension nordic-semiconductor.nrf-terminal, startup: false, activationEvent: &amp;#39;onCommand:nrf-terminal.startTerminal&amp;#39;
2025-02-06 13:04:23.309 [info] ExtensionService#_doActivateExtension vscode.git, startup: false, activationEvent: &amp;#39;onFileSystem:git&amp;#39;
2025-02-06 13:04:23.467 [info] ExtensionService#_doActivateExtension nordic-semiconductor.nrf-kconfig, startup: false, activationEvent: &amp;#39;api&amp;#39;, root cause: nordic-semiconductor.nrf-connect
2025-02-06 13:04:23.526 [info] ExtensionService#_doActivateExtension nordic-semiconductor.nrf-devicetree, startup: false, activationEvent: &amp;#39;api&amp;#39;, root cause: nordic-semiconductor.nrf-connect
2025-02-06 13:04:23.972 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: &amp;#39;*&amp;#39;
2025-02-06 13:04:23.987 [info] ExtensionService#_doActivateExtension nordic-semiconductor.nrf-connect-extension-pack, startup: true, activationEvent: &amp;#39;*&amp;#39;
2025-02-06 13:04:26.559 [info] Eager extensions activated
2025-02-06 13:04:26.561 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: &amp;#39;onStartupFinished&amp;#39;
2025-02-06 13:04:26.563 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: &amp;#39;onStartupFinished&amp;#39;
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1-nRF Connect.log&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;pre class="ui-code" data-mode="text"&gt;[12:57:20] nRF Command Line Tools 10.24.2 are up to date
[12:57:20] =========== Toolchain validation report for nRF Connect SDK Toolchain v2.9.0 ===========
&amp;#128230; Using the nRF Connect SDK v2.9.99 at /opt/nordic/ncs/main
No issues were detected with the toolchain.
[12:59:54] west build --build-dir /Users/miles/Documents/local_prx/repositories/internal/temp/temp_a/build /Users/miles/Documents/local_prx/repositories/internal/temp/temp_a --pristine --board nrf54l15dk/nrf54l15/cpuapp/ns -- -DNCS_TOOLCHAIN_VERSION=NONE
[13:00:17] Success.
[13:00:21] west flash -d /Users/miles/Documents/local_prx/repositories/internal/temp/temp_a/build --dev-id 1057721221
[13:00:25] Success.
[13:00:28] nrfutil-device --json device-info --serial-number 001057721221 --skip-overhead
[13:00:29] Success.
&lt;/pre&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;renderer.log&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;pre class="ui-code" data-mode="text"&gt;2025-02-06 12:57:17.027 [warning] Via &amp;#39;product.json#extensionEnabledApiProposals&amp;#39; extension &amp;#39;ms-vscode.vscode-selfhost-test-provider&amp;#39; wants API proposal &amp;#39;attributableCoverage&amp;#39; but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check &amp;#39;vscode.d.ts&amp;#39;) or was abandoned.
2025-02-06 12:57:17.027 [warning] Via &amp;#39;product.json#extensionEnabledApiProposals&amp;#39; extension &amp;#39;ms-python.python&amp;#39; wants API proposal &amp;#39;contribIssueReporter&amp;#39; but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check &amp;#39;vscode.d.ts&amp;#39;) or was abandoned.
2025-02-06 12:57:17.027 [warning] Via &amp;#39;product.json#extensionEnabledApiProposals&amp;#39; extension &amp;#39;ms-python.debugpy&amp;#39; wants API proposal &amp;#39;contribIssueReporter&amp;#39; but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check &amp;#39;vscode.d.ts&amp;#39;) or was abandoned.
2025-02-06 12:57:17.027 [warning] Via &amp;#39;product.json#extensionEnabledApiProposals&amp;#39; extension &amp;#39;redhat.java&amp;#39; wants API proposal &amp;#39;documentPaste&amp;#39; but that proposal DOES NOT EXIST. Likely, the proposal has been finalized (check &amp;#39;vscode.d.ts&amp;#39;) or was abandoned.
2025-02-06 12:57:17.220 [info] Started local extension host with pid 58325.
2025-02-06 12:57:17.682 [info] Settings Sync: Account status changed from uninitialized to unavailable
2025-02-06 12:57:19.845 [error] Error while getting the latest version for the extension twxs.cmake. Failed to fetch
2025-02-06 12:57:19.845 [error] Error while getting the latest version for the extension ms-vscode.cmake-tools. Failed to fetch
2025-02-06 12:57:19.859 [info] [perf] Render performance baseline is 15ms
2025-02-06 12:57:19.881 [error] Error while getting the latest version for the extension nordic-semiconductor.nrf-kconfig. Failed to fetch
2025-02-06 12:57:20.045 [error] Error while getting the latest version for the extension nordic-semiconductor.nrf-terminal. Unexpected HTTP response: 429
2025-02-06 13:01:06.283 [error] Extension host (LocalProcess pid: 58325) terminated unexpectedly. The following extensions were running: vscode.github-authentication, vscode.git-base, nordic-semiconductor.nrf-connect-extension-pack, nordic-semiconductor.nrf-kconfig, nordic-semiconductor.nrf-terminal, vscode.git, vscode.github, nordic-semiconductor.nrf-connect, nordic-semiconductor.nrf-devicetree, vscode.emmet, ms-vscode.cpptools, vscode.debug-auto-launch, vscode.merge-conflict
2025-02-06 13:01:06.284 [info] Automatically restarting the extension host.
2025-02-06 13:01:06.343 [info] Started local extension host with pid 60724.
2025-02-06 13:03:28.904 [error] TreeError [DebugRepl] Tree input not set: Error: TreeError [DebugRepl] Tree input not set
    at xf.C (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:412:29043)
    at xf.updateChildren (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:412:28950)
    at wte.value (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:2036:33515)
    at x.B (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:29:2392)
    at x.C (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:29:2462)
    at x.fire (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:29:2680)
    at uwe.setVisible (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:521:2801)
    at vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:749:11857
    at Array.map (&amp;lt;anonymous&amp;gt;)
    at Qh.setVisible (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:749:11848)
2025-02-06 13:04:22.540 [error] Extension host (LocalProcess pid: 60724) terminated unexpectedly. The following extensions were running: vscode.github-authentication, vscode.git-base, nordic-semiconductor.nrf-connect-extension-pack, nordic-semiconductor.nrf-kconfig, nordic-semiconductor.nrf-terminal, vscode.git, vscode.github, nordic-semiconductor.nrf-connect, nordic-semiconductor.nrf-devicetree, vscode.emmet, ms-vscode.cpptools, vscode.debug-auto-launch, vscode.merge-conflict
2025-02-06 13:04:22.541 [info] Automatically restarting the extension host.
2025-02-06 13:04:22.615 [info] Started local extension host with pid 61517.
2025-02-06 13:07:34.354 [error] Extension host (LocalProcess pid: 61517) terminated unexpectedly. The following extensions were running: vscode.github-authentication, vscode.git-base, nordic-semiconductor.nrf-connect-extension-pack, nordic-semiconductor.nrf-kconfig, nordic-semiconductor.nrf-terminal, vscode.git, vscode.github, nordic-semiconductor.nrf-connect, nordic-semiconductor.nrf-devicetree, vscode.emmet, ms-vscode.cpptools, vscode.debug-auto-launch, vscode.merge-conflict
2025-02-06 13:07:34.355 [info] Automatically restarting the extension host.
2025-02-06 13:07:34.415 [info] Started local extension host with pid 62757.
&lt;/pre&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;I&amp;#39;m not sure how helpful these are, so if there&amp;#39;s a way I can get better diagnostic info please let me know. I&amp;#39;m still pretty new to NCS.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Host Keeps Crashing As Soon as First Project is Added</title><link>https://devzone.nordicsemi.com/thread/521697?ContentTypeID=1</link><pubDate>Thu, 06 Feb 2025 11:46:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:feeaaea3-286c-4b90-bc04-b8d1fea60a1f</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Could you also try the v2.9.99 SDK and see if your issue is resolved? If not, please&amp;nbsp;share the support log. Are there simple steps we can follow? Any peculiar detail about the environment, VSCode and west workspace structure would also help.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Host Keeps Crashing As Soon as First Project is Added</title><link>https://devzone.nordicsemi.com/thread/521638?ContentTypeID=1</link><pubDate>Wed, 05 Feb 2025 23:10:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20a1bbe5-64e8-40b0-a75c-cfb205257a5c</guid><dc:creator>brunohaid</dc:creator><description>&lt;p&gt;The latest 2.9.99 SDK that was released a couple of hours ago seems to have resolved the issue for me - same on your end?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Host Keeps Crashing As Soon as First Project is Added</title><link>https://devzone.nordicsemi.com/thread/521435?ContentTypeID=1</link><pubDate>Wed, 05 Feb 2025 02:40:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c28cedb4-9fba-4bc2-8557-65c546625d1f</guid><dc:creator>mbprx</dc:creator><description>&lt;p&gt;Glad to hear I&amp;#39;m not the only one! Thought I was going crazy...&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve been experiencing the same thing for a couple months now, seems like the extension host crashes every ~60-180sec. It seems to dramatically slow down in the several seconds prior to crash.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So far, I had also tried a full VS Code reinstall with only the nRF Connect for VS Code Extension Pack installed but that&amp;nbsp;resulted in the same behavior. I&amp;#39;m on an M1 mac and use freestanding applications.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The only interesting thing that I&amp;#39;d also note, is that the host only seems to crash after I&amp;#39;ve built an application. For example, if I create a new blank application using the extension, I can use the extension to view serial output from my DK indefinitely. However,&amp;nbsp;as soon as&amp;nbsp;I create and build a new configuration in the new application, the extension host will crash a few minutes later, along with the serial terminal.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Host Keeps Crashing As Soon as First Project is Added</title><link>https://devzone.nordicsemi.com/thread/521145?ContentTypeID=1</link><pubDate>Mon, 03 Feb 2025 14:15:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4aa9b7bb-0330-4209-ad9c-7eeb0dca7b97</guid><dc:creator>brunohaid</dc:creator><description>&lt;p&gt;Neither of them is, as mentioned firmware is our monorepo for all firmware development. It contains about 20 different projects, 4 of which are freestanding zephyr projects, two of them Nordic based, two STM32.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The two West workspaces are in lib/zephyr (latest Zephyr 4.0&amp;hellip;) and lib/nordic (latest Nordic fork).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The Nordic one works with nrfutil, the latest Zephyr one with venv, as is recommended by Zephyr and works as it should. The zephyr sdk 0.17.0 is needed and used for building STM32 based zephyr projects.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;All builds work, it&amp;rsquo;s just the VSCode Extension that keeps crashing.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Host Keeps Crashing As Soon as First Project is Added</title><link>https://devzone.nordicsemi.com/thread/521133?ContentTypeID=1</link><pubDate>Mon, 03 Feb 2025 13:55:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:333a8079-7517-4009-8c25-90af60dbea82</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;From the logs&amp;nbsp;we don&amp;#39;t see that the &lt;code&gt;firmware&lt;/code&gt; directory or the application in it would be a west workspace.&lt;/p&gt;
&lt;p&gt;I assume that it is a &amp;quot;freestanding&amp;quot; application. In that case&amp;nbsp;it&amp;#39;s also a bit unusual that the &amp;quot;SDK&amp;quot;s i.e. &lt;code&gt;lib/nordic&lt;/code&gt; and &lt;code&gt;lib/zephyr&lt;/code&gt; are under this directory - We would recommend to move them outside of &lt;code&gt;firmware&lt;/code&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is unrelated, but&amp;nbsp;it can also be seen that&amp;nbsp;the environment of toolchain 2.9.0 is referred but it&amp;#39;s mixed with &lt;code&gt;/Users/bruno/zephyr-sdk-0.17.0&lt;/code&gt;, is there any reason for this? The toolchain 2.9.0 already includes &lt;code&gt;zephyr-sdk-0.17.0&lt;/code&gt;, this is just confusing and also leads to potential conflicting requirements for tools to be installed in PATH for no reason.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;We don&amp;#39;t&amp;nbsp;suggest to use python virtual environments, that will not work under VS Code.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Host Keeps Crashing As Soon as First Project is Added</title><link>https://devzone.nordicsemi.com/thread/521099?ContentTypeID=1</link><pubDate>Mon, 03 Feb 2025 12:35:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ae587cd-dffe-4593-9028-9f6ee1ff7d53</guid><dc:creator>brunohaid</dc:creator><description>&lt;p&gt;Hi Priyanka, env itself should be in the support information I posted, machine is an M2 Macbook, but it happens on both Windows and Mac.&lt;br /&gt;&lt;br /&gt;To help with usage/debugging in the meantime: see my previous questions if there&amp;#39;s a way to tell nRF Connect to not traverse the entire monorepo? We&amp;#39;re still getting various &amp;quot;west.yml found&amp;quot; messages, despite our application(s) already having proper build configurations pointing to the zephyr / SDK folders we want to use, which tells me that Connect is still looking everywhere across the repo.&lt;br /&gt;&lt;br /&gt;Something along the lines of the now deprecated &lt;code&gt;nrf-connect.toolchain.path&lt;/code&gt; or &lt;code&gt;nrf-connect.topdir&lt;/code&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Host Keeps Crashing As Soon as First Project is Added</title><link>https://devzone.nordicsemi.com/thread/521051?ContentTypeID=1</link><pubDate>Mon, 03 Feb 2025 09:04:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bca1cc0d-fa45-420e-b33d-59fb0f5ace15</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Bruno,&lt;/p&gt;
&lt;p&gt;I check this internally with experts and they asked whether you could share your environment setup and confirm whether you have this issue on multiple machines?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Host Keeps Crashing As Soon as First Project is Added</title><link>https://devzone.nordicsemi.com/thread/520384?ContentTypeID=1</link><pubDate>Tue, 28 Jan 2025 14:15:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1cfab4e8-4f74-4bc8-879f-10e57bcd8287</guid><dc:creator>brunohaid</dc:creator><description>&lt;p&gt;Yes, the issue persist if nRF Connect is the only active extension.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Host Keeps Crashing As Soon as First Project is Added</title><link>https://devzone.nordicsemi.com/thread/520310?ContentTypeID=1</link><pubDate>Tue, 28 Jan 2025 08:28:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f89ed558-360e-48e3-9316-8bdf5c7c8546</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Setting the c/c++ config will not make any differance as nRF Connect for VSCode will overwrite these settings via API. &lt;br /&gt;So to make sure we are on the same page: &lt;br /&gt;You have&amp;nbsp;Disabled the c/c++ extension and the issue persists?&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Host Keeps Crashing As Soon as First Project is Added</title><link>https://devzone.nordicsemi.com/thread/520191?ContentTypeID=1</link><pubDate>Mon, 27 Jan 2025 14:04:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d22e09d-8745-48aa-ad10-d461a391cb4c</guid><dc:creator>brunohaid</dc:creator><description>&lt;p&gt;Hi &amp;amp; thanks Priyanka!&lt;br /&gt;&lt;br /&gt;That was one of the first things we tried (see &amp;quot;What we tried so far&amp;quot;), problem still persist. We also tried having the extensions on, but with an empty profile:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;// ---------- Nordic Semi Projects ----------&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;{&lt;/code&gt;&lt;br /&gt;&lt;code&gt; &amp;quot;name&amp;quot;: &amp;quot;Nordic&amp;quot;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; },&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;in our cpp config json. Neither makes any difference. Unfortunately don&amp;#39;t know enough about the VSCode plumbing to help more with debugging, but given the good old sign &amp;quot;macbook gets hot&amp;quot;, I assume the Nordic SDK extension gets hung up in some sort of circular / infinite loop.&lt;br /&gt;&lt;br /&gt;Do you know if there&amp;#39;s a setting with which we could tell the nRF plugin to not scour the entire workspace, but only the directory the Nordic forked Zephyr, nrf, nrfxlib is installed in?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Host Keeps Crashing As Soon as First Project is Added</title><link>https://devzone.nordicsemi.com/thread/520138?ContentTypeID=1</link><pubDate>Mon, 27 Jan 2025 10:20:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:392f3e22-67a1-4013-8b2b-91a8e031a91e</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Could you try &lt;span&gt;to disable the c/c++ extension and see if issue persists?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;If issue is not present&amp;nbsp;you can try to install older version of the c/c++ extension to see if this is a new bug introduced by Microsoft.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: VSCode Extension Host Keeps Crashing As Soon as First Project is Added</title><link>https://devzone.nordicsemi.com/thread/520132?ContentTypeID=1</link><pubDate>Mon, 27 Jan 2025 09:27:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b9b438f1-2ac5-4bcd-b9e2-adea35fd5170</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Bruno,&lt;/p&gt;
&lt;p&gt;I am looking into this. I will check this internally and get back to you.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>