Skip to content

Commit

Permalink
Dev/snehara/sidebar ab testing (#3167)
Browse files Browse the repository at this point in the history
* both sidebar and statusbar visible

* toggle is working

* updated description

* renamed sideBar.ts to projectStatus.ts

* changed name of projectOutlineProvider.ts to projectOutline.ts to match

* removed unused icons

* updated sidebar to use displayName whenever possible

* fixed issue with build/debug/launch presets when no kit is selected

* addressed some comments and fixed loc

* selecting kit refreshed all nodes

* fixed build error (unused variable)

* simplified code calling useProjectStatusView

* updated changelog

* updated changelog
  • Loading branch information
snehara99 authored Jun 1, 2023
1 parent 895cbd6 commit 7aa4eab
Show file tree
Hide file tree
Showing 19 changed files with 1,246 additions and 185 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# What's New?

## 1.15.0
## 1.14.32
Features:
- Add a new UI to show the project status in the side bar. This feature appears and replaces the status bar when `Cmake: Use Project Status View` is toggled `true`. This will be used for A/B testing the views. [PR #3167](https://github.com/microsoft/vscode-cmake-tools/pull/3167)

Improvements:
- Added ability to select either C or C++ with the Quick Start commmand. [#3183](https://github.com/microsoft/vscode-cmake-tools/pull/3183)
Expand Down
Loading

0 comments on commit 7aa4eab

Please sign in to comment.