<?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>connected devices sidebar view &amp;quot;vanished&amp;quot;</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/108616/connected-devices-sidebar-view-vanished</link><description>I can&amp;#39;t get my connected devices sidebar view back. I see several people asking how to devices to show up in the view, but my problem is no view at all. I have attached a screen-grab of the bottom left hand corner where it used to be. I have clicked on</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 07 Mar 2024 07:30:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/108616/connected-devices-sidebar-view-vanished" /><item><title>RE: connected devices sidebar view "vanished"</title><link>https://devzone.nordicsemi.com/thread/472627?ContentTypeID=1</link><pubDate>Thu, 07 Mar 2024 07:30:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f6cf3448-43b6-4627-9fdb-5c5ec1b81602</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Kent&lt;/p&gt;
&lt;p&gt;The logs here seems completely fine, and even lists the connected devices. Can you open the developer console just after VSCode is started and the extensions activated. Perhaps there is some serror or exception there that we haven&amp;#39;t seen yet? Use the &amp;quot;Toggle Developer Tools&amp;quot; command.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connected devices sidebar view "vanished"</title><link>https://devzone.nordicsemi.com/thread/472162?ContentTypeID=1</link><pubDate>Tue, 05 Mar 2024 05:46:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a39a8a6-0ad8-4b28-8ebb-438f3fb64566</guid><dc:creator>KentH</dc:creator><description>&lt;p&gt;Thanks for your suggestions. I had no luck with any of them.&amp;nbsp;(example: the &amp;quot;Focus&amp;quot; options available in the command pallet are the same as in the pop-up -- ie no Connected Devices). Let me tell you about my latest attempts to clear this problem.&lt;/p&gt;
&lt;p&gt;I tried uninstalling vscode as suggested. I used the uninstall script from the microsoft site (which did nothing), then just deleted the app from my Applications directory. I then removed the support files I could find with:&lt;pre class="ui-code" data-mode="text"&gt;% rm -rf ~/.vscode
% find ~/Library 2&amp;gt; /dev/null -name &amp;quot;*vscode*&amp;quot; -print0 | xargs -0 rm -rf
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I had also been having some issues with nrf extension selecting the proper toolkit (ie nrf-connect or stock zephyr). The current project uses a nordic radio board to talk to a non-nordic controller thus requiring both SDKs in the same project. So I also deleted my entire nordic installation (for me under &amp;quot;/opt/nordic&amp;quot;). I then use the nordic toolchain manger to reinstall nrf-connect + vscode. I started a new project with the nordic &amp;quot;tag-reader&amp;quot; sample &amp;amp; connected a nrf5340dk + st-nfc05a1 shield to the computer.&lt;/p&gt;
&lt;p&gt;With this fresh installation, I could build + flash the DK. But no connected devices. I started up a &amp;quot;Serial Terminal&amp;quot; from nordic toolkit which connected to the DK. Screen shots of the vscode + serial terminal windows are attached.&lt;/p&gt;
&lt;p&gt;I generated the &amp;quot;support information&amp;quot; from the Welcome view and have attached this.&lt;/p&gt;
&lt;p&gt;FWIW everything works as expected on my laptop (mac Monterey 12.5.1 x86). The problem in on my desktop (mac Monterey 12.6.7 M1)&lt;/p&gt;
&lt;p&gt;I&amp;#39;d appreciate any suggestions. I&amp;#39;m sure I must have missed something in my &amp;quot;clean&amp;quot; install.&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-2024_2D00_03_2D00_05-at-12.22.05-AM.png" alt=" " /&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/pastedimage1709619034094v4.png" alt=" " /&gt;&lt;pre class="ui-code" data-mode="text"&gt;IMPORTANT: The data below could contain sensitive or confidential information about your environment.
If you do not wish this to be seen by others, please make sure to remove it before sharing.

For help and support, visit the Nordic DevZone at https://devzone.nordicsemi.com/.

{
  &amp;quot;platform&amp;quot;: {
    &amp;quot;os&amp;quot;: &amp;quot;darwin&amp;quot;,
    &amp;quot;osVersion&amp;quot;: &amp;quot;Darwin Kernel Version 21.6.0: Thu Jun  8 23:57:37 PDT 2023; root:xnu-8020.240.18.701.6~1/RELEASE_ARM64_T8101&amp;quot;,
    &amp;quot;osKernel&amp;quot;: &amp;quot;21.6.0&amp;quot;,
    &amp;quot;vscode&amp;quot;: &amp;quot;1.87.0&amp;quot;,
    &amp;quot;electron&amp;quot;: &amp;quot;27.3.2&amp;quot;,
    &amp;quot;node&amp;quot;: &amp;quot;v18.17.1&amp;quot;
  },
  &amp;quot;system&amp;quot;: {
    &amp;quot;date&amp;quot;: &amp;quot;2024-03-05T05:44:40.395Z&amp;quot;,
    &amp;quot;vscodeRoot&amp;quot;: &amp;quot;/Applications/Visual Studio Code.app/Contents/Resources/app&amp;quot;,
    &amp;quot;nrfConnectForDesktopInstalled&amp;quot;: true,
    &amp;quot;vscodeUptime&amp;quot;: &amp;quot;00:26:38&amp;quot;,
    &amp;quot;osUptime&amp;quot;: &amp;quot;96:23:37&amp;quot;,
    &amp;quot;cpu&amp;quot;: &amp;quot;Apple M1&amp;quot;
  },
  &amp;quot;workspace&amp;quot;: {
    &amp;quot;name&amp;quot;: &amp;quot;tag_reader_3911&amp;quot;,
    &amp;quot;workspaceFile&amp;quot;: null,
    &amp;quot;folders&amp;quot;: [
      &amp;quot;/Users/kent/projects/tag_reader_3911&amp;quot;
    ]
  },
  &amp;quot;sdks&amp;quot;: [
    {
      &amp;quot;version&amp;quot;: &amp;quot;v2.5.2&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;/opt/nordic/ncs/v2.5.2&amp;quot;
    },
    {
      &amp;quot;version&amp;quot;: &amp;quot;v3.5.0&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;/Users/kent/Projects/z9-lock-zephyr/src&amp;quot;
    },
    {
      &amp;quot;version&amp;quot;: &amp;quot;v3.4.99&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;/opt/nordic/ncs/v2.5.0&amp;quot;
    },
    {
      &amp;quot;version&amp;quot;: &amp;quot;v3.3.99&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;/Users/kent/projects/zephyr&amp;quot;
    }
  ],
  &amp;quot;activeBuild&amp;quot;: &amp;quot;/Users/kent/projects/tag_reader_3911/build&amp;quot;,
  &amp;quot;apps&amp;quot;: [
    {
      &amp;quot;workspace&amp;quot;: &amp;quot;/Users/kent/projects/tag_reader_3911&amp;quot;,
      &amp;quot;uri&amp;quot;: &amp;quot;/Users/kent/projects/tag_reader_3911&amp;quot;,
      &amp;quot;buildConfigurations&amp;quot;: [
        {
          &amp;quot;id&amp;quot;: &amp;quot;/Users/kent/projects/tag_reader_3911/build&amp;quot;,
          &amp;quot;name&amp;quot;: &amp;quot;build&amp;quot;,
          &amp;quot;boardId&amp;quot;: &amp;quot;nrf5340dk_nrf5340_cpuapp&amp;quot;,
          &amp;quot;type&amp;quot;: &amp;quot;Zephyr&amp;quot;,
          &amp;quot;isChild&amp;quot;: false,
          &amp;quot;isStale&amp;quot;: false,
          &amp;quot;taskBindings&amp;quot;: {
            &amp;quot;build&amp;quot;: [],
            &amp;quot;pristineBuild&amp;quot;: [],
            &amp;quot;flash&amp;quot;: [],
            &amp;quot;eraseAndFlash&amp;quot;: []
          }
        }
      ]
    }
  ],
  &amp;quot;topdir&amp;quot;: &amp;quot;/opt/nordic/ncs/v2.5.2&amp;quot;,
  &amp;quot;workspaceState&amp;quot;: &amp;quot;freestanding-ready&amp;quot;,
  &amp;quot;toolchains&amp;quot;: [
    {
      &amp;quot;version&amp;quot;: &amp;quot;2.5.2&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/20d68df7e5&amp;quot;
    },
    {
      &amp;quot;version&amp;quot;: &amp;quot;2.5.0&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/20d68df7e5&amp;quot;
    }
  ],
  &amp;quot;connectedDevices&amp;quot;: [
    {
      &amp;quot;serialNumber&amp;quot;: &amp;quot;001050036111&amp;quot;
    }
  ],
  &amp;quot;deviceProvider&amp;quot;: &amp;quot;nrfutil&amp;quot;,
  &amp;quot;tools&amp;quot;: {
    &amp;quot;/opt/nordic/ncs/toolchains/20d68df7e5/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc&amp;quot;: &amp;quot;0.16.1&amp;quot;,
    &amp;quot;/Applications/SEGGER/JLink/JLinkExe&amp;quot;: &amp;quot;7.80c&amp;quot;,
    &amp;quot;/usr/local/bin/nrfjprog&amp;quot;: &amp;quot;10.21.0&amp;quot;,
    &amp;quot;nrfutil&amp;quot;: &amp;quot;Not found&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/20d68df7e5/bin/cmake&amp;quot;: &amp;quot;3.20.5&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/20d68df7e5/bin/west&amp;quot;: &amp;quot;1.1.0&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/20d68df7e5/bin/python3&amp;quot;: &amp;quot;3.9.6&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/20d68df7e5/bin/ninja&amp;quot;: &amp;quot;1.10.2&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/20d68df7e5/bin/gperf&amp;quot;: &amp;quot;3.1&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/20d68df7e5/bin/dtc&amp;quot;: &amp;quot;1.6.1&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/20d68df7e5/bin/gn&amp;quot;: &amp;quot;2122&amp;quot;,
    &amp;quot;/opt/nordic/ncs/toolchains/20d68df7e5/bin/git&amp;quot;: &amp;quot;2.37.3&amp;quot;,
    &amp;quot;gdbPath&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/20d68df7e5/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb&amp;quot;
  },
  &amp;quot;nrfutil&amp;quot;: {
    &amp;quot;nrfutil-device&amp;quot;: {
      &amp;quot;version&amp;quot;: &amp;quot;2.0.0&amp;quot;,
      &amp;quot;binPath&amp;quot;: &amp;quot;/Users/kent/.vscode/extensions/nordic-semiconductor.nrf-connect-2024.2.214-darwin-x64/platform/nrfutil/bin/nrfutil-device&amp;quot;
    },
    &amp;quot;nrfutil-toolchain-manager&amp;quot;: {
      &amp;quot;version&amp;quot;: &amp;quot;0.14.1&amp;quot;,
      &amp;quot;binPath&amp;quot;: &amp;quot;/Users/kent/.vscode/extensions/nordic-semiconductor.nrf-connect-2024.2.214-darwin-x64/platform/nrfutil/bin/nrfutil-toolchain-manager&amp;quot;
    }
  },
  &amp;quot;environment&amp;quot;: {
    &amp;quot;westEnv&amp;quot;: {
      &amp;quot;ELECTRON_RUN_AS_NODE&amp;quot;: &amp;quot;1&amp;quot;,
      &amp;quot;GIT_EXEC_PATH&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/20d68df7e5/Cellar/git/2.37.3/libexec/git-core&amp;quot;,
      &amp;quot;HOME&amp;quot;: &amp;quot;/Users/kent&amp;quot;,
      &amp;quot;PATH&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/20d68df7e5/bin:/opt/nordic/ncs/toolchains/20d68df7e5/usr/bin:/opt/nordic/ncs/toolchains/20d68df7e5/usr/local/bin:/opt/nordic/ncs/toolchains/20d68df7e5/opt/bin:/opt/nordic/ncs/toolchains/20d68df7e5/opt/nanopb/generator-bin:/opt/nordic/ncs/toolchains/20d68df7e5/opt/zephyr-sdk/aarch64-zephyr-elf/bin:/opt/nordic/ncs/toolchains/20d68df7e5/opt/zephyr-sdk/x86_64-zephyr-elf/bin:/opt/nordic/ncs/toolchains/20d68df7e5/opt/zephyr-sdk/arm-zephyr-eabi/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin&amp;quot;,
      &amp;quot;ZEPHYR_BASE&amp;quot;: &amp;quot;/opt/nordic/ncs/v2.5.2/zephyr&amp;quot;,
      &amp;quot;ZEPHYR_TOOLCHAIN_VARIANT&amp;quot;: &amp;quot;zephyr&amp;quot;,
      &amp;quot;ZEPHYR_SDK_INSTALL_DIR&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/20d68df7e5/opt/zephyr-sdk&amp;quot;,
      &amp;quot;USER&amp;quot;: &amp;quot;kent&amp;quot;
    },
    &amp;quot;inherited&amp;quot;: {
      &amp;quot;ELECTRON_RUN_AS_NODE&amp;quot;: &amp;quot;1&amp;quot;,
      &amp;quot;HOME&amp;quot;: &amp;quot;/Users/kent&amp;quot;,
      &amp;quot;PATH&amp;quot;: &amp;quot;/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin&amp;quot;,
      &amp;quot;USER&amp;quot;: &amp;quot;kent&amp;quot;
    },
    &amp;quot;toolchainPath&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/20d68df7e5&amp;quot;,
    &amp;quot;toolchainBinPath&amp;quot;: &amp;quot;/opt/nordic/ncs/toolchains/20d68df7e5/opt/zephyr-sdk/arm-zephyr-eabi/bin&amp;quot;,
    &amp;quot;toolchainVersion&amp;quot;: &amp;quot;2.5.2&amp;quot;
  },
  &amp;quot;terminal&amp;quot;: {
    &amp;quot;defaultProfile&amp;quot;: null
  },
  &amp;quot;config&amp;quot;: {
    &amp;quot;nordic-semiconductor.nrf-connect&amp;quot;: {
      &amp;quot;topdir&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;toolchain&amp;quot;: {
        &amp;quot;path&amp;quot;: &amp;quot;&amp;quot;
      },
      &amp;quot;ozonePath&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;applications&amp;quot;: [],
      &amp;quot;applicationOptions&amp;quot;: {},
      &amp;quot;kconfig&amp;quot;: {
        &amp;quot;interface&amp;quot;: &amp;quot;kconfig&amp;quot;
      },
      &amp;quot;west&amp;quot;: {
        &amp;quot;env&amp;quot;: {
          &amp;quot;$base&amp;quot;: &amp;quot;terminal&amp;quot;
        }
      },
      &amp;quot;boardRoots&amp;quot;: [],
      &amp;quot;taskBindings&amp;quot;: {},
      &amp;quot;buildTerminal&amp;quot;: {
        &amp;quot;condensedProgress&amp;quot;: true
      },
      &amp;quot;debugging&amp;quot;: {
        &amp;quot;flash&amp;quot;: true,
        &amp;quot;bindings&amp;quot;: {},
        &amp;quot;justMyCode&amp;quot;: true
      },
      &amp;quot;activeAppFollowActiveEditor&amp;quot;: true,
      &amp;quot;deviceProvider&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;flash&amp;quot;: {
        &amp;quot;softreset&amp;quot;: false,
        &amp;quot;erase&amp;quot;: false,
        &amp;quot;recover&amp;quot;: false
      },
      &amp;quot;enableTelemetry&amp;quot;: true,
      &amp;quot;thirdpartyIntegration&amp;quot;: {},
      &amp;quot;toolchainManager&amp;quot;: {
        &amp;quot;indexURL&amp;quot;: null,
        &amp;quot;installDirectory&amp;quot;: null
      },
      &amp;quot;nrfutil&amp;quot;: {
        &amp;quot;home&amp;quot;: null
      },
      &amp;quot;defaultOpenAction&amp;quot;: &amp;quot;ask&amp;quot;
    },
    &amp;quot;nordic-semiconductor.nrf-terminal&amp;quot;: {
      &amp;quot;terminalMode&amp;quot;: &amp;quot;character&amp;quot;
    }
  },
  &amp;quot;extensions&amp;quot;: {
    &amp;quot;internal&amp;quot;: {
      &amp;quot;nordic-semiconductor.nrf-connect&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2024.2.214&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;/Users/kent/.vscode/extensions/nordic-semiconductor.nrf-connect-2024.2.214-darwin-x64&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      },
      &amp;quot;nordic-semiconductor.nrf-terminal&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2024.2.78&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;/Users/kent/.vscode/extensions/nordic-semiconductor.nrf-terminal-2024.2.78&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      },
      &amp;quot;nordic-semiconductor.nrf-devicetree&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2024.2.418&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;/Users/kent/.vscode/extensions/nordic-semiconductor.nrf-devicetree-2024.2.418&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      },
      &amp;quot;nordic-semiconductor.nrf-kconfig&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2024.2.71&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;/Users/kent/.vscode/extensions/nordic-semiconductor.nrf-kconfig-2024.2.71&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      }
    },
    &amp;quot;external&amp;quot;: {
      &amp;quot;marus25.cortex-debug&amp;quot;: null,
      &amp;quot;ms-vscode.cpptools&amp;quot;: null,
      &amp;quot;ms-vscode.js-debug&amp;quot;: &amp;quot;1.87.0&amp;quot;,
      &amp;quot;ms-vscode.js-debug-companion&amp;quot;: &amp;quot;1.1.2&amp;quot;,
      &amp;quot;ms-vscode.vscode-js-profile-table&amp;quot;: &amp;quot;1.0.8&amp;quot;,
      &amp;quot;trond-snekvik.gnu-mapfiles&amp;quot;: &amp;quot;1.1.0&amp;quot;,
      &amp;quot;vscodevim.vim&amp;quot;: &amp;quot;1.27.2&amp;quot;
    }
  }
}

&lt;/pre&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: connected devices sidebar view "vanished"</title><link>https://devzone.nordicsemi.com/thread/470922?ContentTypeID=1</link><pubDate>Tue, 27 Feb 2024 07:11:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52453a0e-74c5-49b5-a892-319dcc3eac32</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Kent&lt;/p&gt;
&lt;p&gt;A few ideas from our devs to what this can be:&lt;/p&gt;
&lt;p&gt;It could be that you unintentionally dragged the Connected Devices panel to a separate top level sidebar. If so you would see a second nRF icon in the sidebar you have drawn it. Please see the screenshot here where I have drawn it to the right side of the screen for demo purposes:&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/5518.pastedimage1709017628090v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Another issue might be that the provider of that panel has failed to activate for some reason. In that case we would need generated support information, but we don&amp;#39;t think this is very likely.&amp;nbsp; You can generate support information with this button:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/8741.pastedimage1709017883001v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UPDATE:&amp;nbsp;&lt;/strong&gt;Also, all views get a command in the command palette letting you focus on a view/tab. You can write &amp;quot;nRF Connect: Focus on Connected Devices View&amp;quot; to locate the Connected Devices tab.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connected devices sidebar view "vanished"</title><link>https://devzone.nordicsemi.com/thread/470805?ContentTypeID=1</link><pubDate>Mon, 26 Feb 2024 15:31:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e9723d54-46c2-4464-9469-c0e420984995</guid><dc:creator>KentH</dc:creator><description>&lt;ul&gt;
&lt;li&gt;I was testing comms between two nrf52840 boards. Looking at comms on east using comms on both via connected devices &amp;nbsp;then the sidebar was gone! &amp;nbsp;Maybe I entered a keyboard command aimed at another window. Maybe it was a vs code service that decided to go rogue and run up 100g of virtual memory (which it was doing at the time). Would just like my sidebar back. I thought removing and restoring the Nordic plugins would fix it but no I had involve you&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connected devices sidebar view "vanished"</title><link>https://devzone.nordicsemi.com/thread/470765?ContentTypeID=1</link><pubDate>Mon, 26 Feb 2024 13:48:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:817c8a08-40e3-4dd8-867f-9567fc654834</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I will have to report this to the VS code extension developers as I&amp;#39;m not able to reproduce this on my end. Do you have any details on what happened/ caused the Connected Devices bar to disappear. Also, have you tried uninstalling and reinstalling VS Code altogether from your computer?&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll come back to you when I have some ideas/ action points from our devs. Thank you for your patience!&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>