Skip to content

Commit de7672c

Browse files
authored
Update HandleBars version. Bump up CMake Tools Release version to #1.2.3 (#947)
Update HandleBars version. Bump up CMake Tools Release version to #1.2.3
1 parent 0655ab8 commit de7672c

File tree

3 files changed

+21
-15
lines changed

3 files changed

+21
-15
lines changed

CHANGELOG.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
# What's New?
22

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+
39
## 1.2.2
410
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)
1117
- 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)
1521

1622
## 1.2.1
1723
Thank you to the following CMake Tools contributors: koemai, bjosa, emanspeaks, som1lse,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cmake-tools",
33
"displayName": "CMake Tools",
44
"description": "Extended CMake support in Visual Studio Code",
5-
"version": "1.2.2",
5+
"version": "1.2.3",
66
"publisher": "ms-vscode",
77
"repository": {
88
"type": "git",
@@ -1115,7 +1115,7 @@
11151115
"resolutions": {
11161116
"marked": "^0.7.0",
11171117
"diff": "^3.5.0",
1118-
"handlebars": "^4.5.2",
1118+
"handlebars": "^4.5.3",
11191119
"https-proxy-agent": "^2.2.4"
11201120
}
11211121
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2376,10 +2376,10 @@ gulplog@^1.0.0:
23762376
dependencies:
23772377
glogg "^1.0.0"
23782378

2379-
handlebars@*, handlebars@^4.0.6, handlebars@^4.5.2:
2380-
version "4.5.2"
2381-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.5.2.tgz#5a4eb92ab5962ca3415ac188c86dc7f784f76a0f"
2382-
integrity sha512-29Zxv/cynYB7mkT1rVWQnV7mGX6v7H/miQ6dbEpYTKq5eJBN7PsRB+ViYJlcT6JINTSu4dVB9kOqEun78h6Exg==
2379+
handlebars@*, handlebars@^4.0.6, handlebars@^4.5.3:
2380+
version "4.5.3"
2381+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.5.3.tgz#5cf75bd8714f7605713511a56be7c349becb0482"
2382+
integrity sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==
23832383
dependencies:
23842384
neo-async "^2.6.0"
23852385
optimist "^0.6.1"

0 commit comments

Comments
 (0)