NRF Connect for VSCode icon not appearing on macOS

VScode version: 1.71.0

MacOS version: 12.5.1 Monterey

nRF Connect for VS Code version: 2022.7.242

nRF Connect for VS code Extension pack works, but the sidebar icon is missing! I can press CMD+SHIFT+P and run nrf Connect: Build (etc) but I can't edit build configurations or anything else that I can access from the sidebar icon!

It used to be there, but somehow it's now disappeared, I couldn't find anything in the VScode logs, can anyone help?

Parents
  • Turned on Developer: Toggle Developer Tools and saw that there were some errors:

    Failed to load resource: net::ERR_FILE_NOT_FOUND

    And it was trying to load home.svg, which was from

    vscode-file://vscode-app/Users/(my username)/.vscode/extensions/nordic-semiconductor.nrf-connect-2022.7.242-darwin-arm64/dist/images/dark/home.svg

    Looking at the above URI, home.svg doesn't exist! It should be extension.svg and it should be in the folder above dark/

    How can I get this fixed?

Reply
  • Turned on Developer: Toggle Developer Tools and saw that there were some errors:

    Failed to load resource: net::ERR_FILE_NOT_FOUND

    And it was trying to load home.svg, which was from

    vscode-file://vscode-app/Users/(my username)/.vscode/extensions/nordic-semiconductor.nrf-connect-2022.7.242-darwin-arm64/dist/images/dark/home.svg

    Looking at the above URI, home.svg doesn't exist! It should be extension.svg and it should be in the folder above dark/

    How can I get this fixed?

Children
No Data
Related