|
1 | 1 | # What's New?
|
2 | 2 |
|
| 3 | +## 1.2.3 |
| 4 | +Bug fixes: |
| 5 | +- CTest status bar button text appears malformed. [#911](https://github.com/microsoft/vscode-cmake-tools/issues/911) |
| 6 | +- Cleanup fix for message "Platform undefined / toolset {}". [#913](https://github.com/microsoft/vscode-cmake-tools/issues/913) |
| 7 | +- Fix incorrect file associations when language is unset. [#926](https://github.com/microsoft/vscode-cmake-tools/issues/926) |
| 8 | + |
3 | 9 | ## 1.2.2
|
4 | 10 | Bug fixes:
|
5 |
| -- Fix broken SchemaProvider. [#874] (https://github.com/microsoft/vscode-cmake-tools/issues/874) |
6 |
| -- Fix the RegExp for finding a debugger. [#884] (https://github.com/microsoft/vscode-cmake-tools/issues/884) |
7 |
| -- Update flow for missing CMakeLists.txt. [#533] (https://github.com/microsoft/vscode-cmake-tools/issues/533) |
8 |
| -- getVSInstallForKit should be a no-op on systems other than windows. [#886] (https://github.com/microsoft/vscode-cmake-tools/issues/886) |
9 |
| -- Include missing source directories in the custom browse path [#882]. (https://github.com/microsoft/vscode-cmake-tools/issues/882) |
10 |
| -- Handle exceptions thrown by spawn. [#895] (https://github.com/microsoft/vscode-cmake-tools/issues/895) |
| 11 | +- Fix broken SchemaProvider. [#874](https://github.com/microsoft/vscode-cmake-tools/issues/874) |
| 12 | +- Fix the RegExp for finding a debugger. [#884](https://github.com/microsoft/vscode-cmake-tools/issues/884) |
| 13 | +- Update flow for missing CMakeLists.txt. [#533](https://github.com/microsoft/vscode-cmake-tools/issues/533) |
| 14 | +- getVSInstallForKit should be a no-op on systems other than windows. [#886](https://github.com/microsoft/vscode-cmake-tools/issues/886) |
| 15 | +- Include missing source directories in the custom browse path. [#882](https://github.com/microsoft/vscode-cmake-tools/issues/882) |
| 16 | +- Handle exceptions thrown by spawn. [#895](https://github.com/microsoft/vscode-cmake-tools/issues/895) |
11 | 17 | - Various generators fixes:
|
12 |
| - - [#900] (https://github.com/microsoft/vscode-cmake-tools/issues/900) |
13 |
| - - [#880] (https://github.com/microsoft/vscode-cmake-tools/issues/880) |
14 |
| - - [#885] (https://github.com/microsoft/vscode-cmake-tools/issues/885) |
| 18 | + - [#900](https://github.com/microsoft/vscode-cmake-tools/issues/900) |
| 19 | + - [#880](https://github.com/microsoft/vscode-cmake-tools/issues/880) |
| 20 | + - [#885](https://github.com/microsoft/vscode-cmake-tools/issues/885) |
15 | 21 |
|
16 | 22 | ## 1.2.1
|
17 | 23 | Thank you to the following CMake Tools contributors: koemai, bjosa, emanspeaks, som1lse,
|
|
0 commit comments