Skip to content

Commit

Permalink
Merge pull request #907 from microsoft/dev/andris/cmake_tools/release…
Browse files Browse the repository at this point in the history
…_notes_1.2.2

Changelog and version update for CMake Tools Extension Release #1.2.2
  • Loading branch information
bobbrow authored Nov 12, 2019
2 parents 5cf7b0d + 8cda469 commit f524926
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# What's New?

## 1.2.2
Bug fixes:
- Fix broken SchemaProvider. [#874] (https://github.com/microsoft/vscode-cmake-tools/issues/874)
- Fix the RegExp for finding a debugger. [#884] (https://github.com/microsoft/vscode-cmake-tools/issues/884)
- Update flow for missing CMakeLists.txt. [#533] (https://github.com/microsoft/vscode-cmake-tools/issues/533)
- getVSInstallForKit should be a no-op on systems other than windows. [#886] (https://github.com/microsoft/vscode-cmake-tools/issues/886)
- Include missing source directories in the custom browse path [#882]. (https://github.com/microsoft/vscode-cmake-tools/issues/882)
- Handle exceptions thrown by spawn. [#895] (https://github.com/microsoft/vscode-cmake-tools/issues/895)
- Various generators fixes:
- [#900] (https://github.com/microsoft/vscode-cmake-tools/issues/900)
- [#880] (https://github.com/microsoft/vscode-cmake-tools/issues/880)
- [#885] (https://github.com/microsoft/vscode-cmake-tools/issues/885)

## 1.2.1
Thank you to the following CMake Tools contributors: koemai, bjosa, emanspeaks, som1lse,
dcourtois, tsing80, andy-held, notskm, thezogoth, yokuyuki, dbird137, fabianogk, randshot.
Expand All @@ -8,7 +21,7 @@ dcourtois, tsing80, andy-held, notskm, thezogoth, yokuyuki, dbird137, fabianogk,
for all of your hard work getting this extension to where it is today!

Breaking changes:
- The publisher id changes to ms-vscode.cmake-tools.
- The publisher id changes to ms-vscode.cmake-tools. This requires that you uninstall earlier versions of the extension.
- Scanning for kits is able to detect more accurately multiple VS installations.
To achieve this, a Visual Studio kit is defined differently now in cmake-tools-kits.json:
the "visualStudio" field represents an ID unique to the installation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cmake-tools",
"displayName": "CMake Tools",
"description": "Extended CMake support in Visual Studio Code",
"version": "1.2.1",
"version": "1.2.2",
"publisher": "ms-vscode",
"repository": {
"type": "git",
Expand Down

0 comments on commit f524926

Please sign in to comment.