You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Extension/CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# C/C++ for Visual Studio Code Change Log
2
2
3
-
## Version 0.27.0-insiders3: March 12, 2019
3
+
## Version 0.27.0-insiders3: March 13, 2020
4
4
### Bug Fixes
5
5
* Fix update to clang-format 9.0.1 (and without shared library dependencies). [#2887](https://github.com/microsoft/vscode-cpptools/issues/2887), [#3174](https://github.com/microsoft/vscode-cpptools/issues/3174)
6
6
* Add new setting `C_Cpp.debugger.useBacktickCommandSubstitution` to fix debugging when CShell is the remote default shell. [#4015](https://github.com/microsoft/vscode-cpptools/issues/4015)
@@ -17,12 +17,12 @@
17
17
* Fix Pause (break all) not working on Mac with Attach debugging.
18
18
* Other language server crash fixes.
19
19
20
-
## Version 0.27.0-insiders2: March 4, 2019
20
+
## Version 0.27.0-insiders2: March 4, 2020
21
21
### Bug Fixes
22
22
* Fix the `Open File...` scenario (without a workspace folder). [#5049](https://github.com/microsoft/vscode-cpptools/issues/5049)
23
23
* Fix `browsePath` null reference that can occur with some configuration providers. [PR #5055](https://github.com/microsoft/vscode-cpptools/pull/5055)
24
24
25
-
## Version 0.27.0-insiders: March 3, 2019
25
+
## Version 0.27.0-insiders: March 3, 2020
26
26
### Enhancements
27
27
* Improved multi-root implementation with a single language server process and database for the entire workspace (shared between workspace folders). Fixes most [multi-root bugs](https://github.com/microsoft/vscode-cpptools/issues?q=is%3Aopen+is%3Aissue+label%3A%22Feature%3A+Multiroot%22+label%3A%22fixed+%28release+pending%29%22+milestone%3A0.27.0).
28
28
* Update to clang-format 9.0.1 (and without shared library dependencies). [#2887](https://github.com/microsoft/vscode-cpptools/issues/2887), [#3174](https://github.com/microsoft/vscode-cpptools/issues/3174)
vscode.window.showErrorMessage(localize("cl.exe.not.available","{0} build and debug is only usable when VS Code is run from the Developer Command Prompt for VS.","cl.exe"));
0 commit comments