Skip to content

Commit 51a22d0

Browse files
authored
Merge pull request #2681 from Microsoft/master
Update changelog.md. (#2676)
2 parents 805939f + acf7b46 commit 51a22d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Extension/CHANGELOG.md

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

3-
## Version 0.19.1-insiders2: October 12, 2018
3+
## Version 0.19.1-insiders2: October 16, 2018
44
* Add IntegratedTerminal support for Linux and Windows. [#35](https://github.com/microsoft/vscode-cpptools/issues/35)
55
* Unify Visual Studio Code debug protocol parsing by using a shared library with Visual Studio.
6+
* Fix Intellisense-based `Go to Definition` falling back to the Tag Parser for definitions not in the TU. [#2536](https://github.com/Microsoft/vscode-cpptools/issues/2536)
67
* Fix `-isystem` without a space after getting ignored in `compile_comamands.json`. [#2629](https://github.com/Microsoft/vscode-cpptools/issues/2629)
78
* Fix Insiders update channel installation failure on Windows/Mac. [#2636](https://github.com/Microsoft/vscode-cpptools/issues/2636)
89
* Fix IntelliSense-based `Go to Declaration` falling back to the Tag Parser if the definition is also in the TU. [#2642](https://github.com/Microsoft/vscode-cpptools/issues/2642)

0 commit comments

Comments
 (0)