Skip to content

Commit 084a8e7

Browse files
authored
Merge pull request #3630 from microsoft/0_23_1_release
0 23 1 release
2 parents 39ab866 + 045d50b commit 084a8e7

File tree

9 files changed

+1155
-2669
lines changed

9 files changed

+1155
-2669
lines changed

Extension/.vscodeignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ jobs/**
2323

2424
# ignore development files
2525
tsconfig.json
26+
test.tsconfig.json
2627
tslint.json
2728
webpack.config.js
28-
README.md
29+
tscCompileList.txt
2930
gulpfile.js
3031
.gitattributes
3132
.gitignore

Extension/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# C/C++ for Visual Studio Code Change Log
22

3+
## Version 0.23.1: May 13, 2019
4+
### Bug Fixes
5+
* Fix `launch.json` creation when `intelliSenseEngine` is `"Disabled"`. [#3583](https://github.com/microsoft/vscode-cpptools/issues/3583)
6+
* Fix C/C++ commands not working if the language service isn't activated. [#3615](https://github.com/microsoft/vscode-cpptools/issues/3615)
7+
* Fix missing extension `"Details"` page. [#3621](https://github.com/microsoft/vscode-cpptools/issues/3621)
8+
* Fix some random crashes related to IntelliSense inactive region processing.
9+
310
## Version 0.23.0: May 6, 2019
411
### New Features
512
* Add a configuration UI editor to edit IntelliSense settings defined in the underlying `c_cpp_properties.json` file. [PR #3479](https://github.com/Microsoft/vscode-cpptools/pull/3479), [PR #3487](https://github.com/Microsoft/vscode-cpptools/pull/3487), [PR #3519](https://github.com/Microsoft/vscode-cpptools/pull/3519), [#3524](https://github.com/Microsoft/vscode-cpptools/issues/3524), [PR #3563](https://github.com/Microsoft/vscode-cpptools/pull/3563), [#3526](https://github.com/Microsoft/vscode-cpptools/issues/3526)
@@ -28,6 +35,7 @@
2835

2936
### Bug Fixes
3037
* Fix browsing for functions with BOOST_FOREACH. [#953](https://github.com/Microsoft/vscode-cpptools/issues/953)
38+
* Fix code action sometimes not appearing over a squiggled identifier. [#1436](https://github.com/microsoft/vscode-cpptools/issues/1436)
3139
* Work around issue with VS Code not treating `.C` files as C++ files [Microsoft/vscode#59369](https://github.com/Microsoft/vscode/issues/59369) -- `.C` files become associated by name in `files.associations`. [#2558](https://github.com/Microsoft/vscode-cpptools/issues/2558)
3240
* Fix various IntelliSense parsing bugs. [#2824](https://github.com/Microsoft/vscode-cpptools/issues/2824), [#3110](https://github.com/Microsoft/vscode-cpptools/issues/3110), [#3168](https://github.com/Microsoft/vscode-cpptools/issues/3168)
3341
* Preserve newlines in documentation comments. [#2937](https://github.com/Microsoft/vscode-cpptools/issues/2937)
@@ -54,7 +62,6 @@
5462
* Fix `includePath` code actions, configuration prompts, and the `C/C++: Change configuration provider...` command. [PR #3576](https://github.com/Microsoft/vscode-cpptools/pull/3576)
5563
* Fix randomly occurring crash (that could occur when opening files while IntelliSense squiggles are pending).
5664
* Fix crash on hover (that could occur when document comments have blank lines).
57-
* Fix code action sometimes not appearing over a squiggled identifier.
5865
* Fix icon of parameters in completion results.
5966

6067
## Version 0.22.1: March 21, 2019

Extension/ThirdPartyNotices.txt

Lines changed: 257 additions & 1588 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)