2022.7.242 additionally fixes the following issues:

nRF Connect for VS Code

tags
nRF Connect for VS Code
  • Edit build configuration: Some CMake variables were dropped when editing build configurations.
  • Copy build command: When pressing "Copy Build Command" on a build configuration, a quick pick to select the build would appear, even when the build should have been inferred from the menu location.
  • Zephyr SDK: The toolchain validation check assumed that the Zephyr SDK would contain tools like Python, but these should be pulled from the general environment. This caused the validation to produce false negatives.
  • Toolchain refresh button: The toolchain refresh button would grow to the height of the toolchain validation widget when it should have just stayed the same height.
  • Toolchain environment: The toolchain environment build process was broken on Windows, causing the nRF Connect toolchain's environment to lack critical path entries.
  • Unintended file creation: The extension would spawn a file called "0" in VS Code's working directory on startup on Linux and Mac.
  • Removed color theme: The bundled color theme would be enabled by default when the extension was installed. This behavior is way more intrusive than intended, so we have disabled the color theme for now.