Skip to content

Commit 9fb4ce5

Browse files
authored
Update changelog for 1.9.3 (#8999)
* Update changelog.
1 parent 1f7204b commit 9fb4ce5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Extension/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# C/C++ for Visual Studio Code Change Log
22

3+
## Version 1.9.3: March 9, 2022
4+
### New Feature
5+
* Add debugger support for Apple M1 (osx-arm64). [#7035](https://github.com/microsoft/vscode-cpptools/issues/7035)
6+
* Resolves issue "[Big Sur M1] ERROR: Unable to start debugging. Unexpected LLDB output from command "-exec-run". process exited with status -1 (attach failed ((os/kern) invalid argument))". [#6779](https://github.com/microsoft/vscode-cpptools/issues/6779)
7+
8+
### Enhancements
9+
* Add tag parser error logging. [#8907](https://github.com/microsoft/vscode-cpptools/issues/8907)
10+
* Prevent stripping of format specifiers from -exec commands.
11+
* Gareth Rees (@gareth-rees) [MIEngine#1277](https://github.com/microsoft/MIEngine/pull/1278)
12+
* Improve messages for unknown breakpoints and watchpoints.
13+
* Gareth Rees (@gareth-rees) [MIEngine#1282](https://github.com/microsoft/MIEngine/pull/1283)
14+
15+
### Bug Fixes
16+
* Fix handling of `-B` with compiler querying. [#8962](https://github.com/microsoft/vscode-cpptools/issues/8962)
17+
* Fix incorrect "Running clang-tidy" status indications with multi-root workspaces. [#8964](https://github.com/microsoft/vscode-cpptools/issues/8964)
18+
* Fix a crash during shutdown and potential database resetting due to shutdown being aborted too soon. [PR #8969](https://github.com/microsoft/vscode-cpptools/pull/8969)
19+
* Fix an issue that could cause the active file to not be configured by a configuration provider when custom configurations are reset. [#8974](https://github.com/microsoft/vscode-cpptools/issues/8974)
20+
* Fix detection of Visual Studio 2015. [#8975](https://github.com/microsoft/vscode-cpptools/issues/8975)
21+
* Fix a bug with relative paths with the gcc problem matcher. [#8988](https://github.com/microsoft/vscode-cpptools/issues/8988)
22+
* Update translated text.
23+
324
## Version 1.9.2 (insiders3): March 1, 2022
425
### New Feature
526
* Add Alpine Linux arm64 support (VSIX).

0 commit comments

Comments
 (0)