Skip to content

Commit ea8ab13

Browse files
authored
Update CHANGELOG.md and copyDebuggerDependencies (#2641)
Update for VSCodeDebugProtocol dll and for the Integratedterminal Work.
1 parent 55558a5 commit ea8ab13

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Extension/CHANGELOG.md

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

3+
## Version 0.19.1-insiders2: October 11th, 2018
4+
* Add IntegratedTerminal support for Linux and Windows. [#35](https://github.com/microsoft/vscode-cpptools/issues/35)
5+
* Unify Visual Studio Code debug protocol parsing by using a shared library with Visual Studio.
6+
37
## Version 0.19.1-insiders: October 9th, 2018
48
* Fix IntelliSense-based `Go to Definition` on overloads. [#1071](https://github.com/Microsoft/vscode-cpptools/issues/1071)
59
* Fix IntelliSense failing if recursive includes removes all paths. [#2442](https://github.com/Microsoft/vscode-cpptools/issues/2442)

Extension/src/Support/copyDebuggerDependencies.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ function copyBinaryDependencies(): void {
129129
copy(openDebugRoot, DebugAdapterBinPath, "OpenDebugAD7.exe.config");
130130
copy(openDebugRoot, DebugAdapterBinPath, "OpenDebugAD7.exe.mdb");
131131
copy(openDebugRoot, DebugAdapterBinPath, "Newtonsoft.Json.dll");
132+
copy(openDebugRoot, DebugAdapterBinPath, "WindowsDebugLauncher.exe");
133+
copy(openDebugRoot, DebugAdapterBinPath, "Microsoft.VisualStudio.Shared.VSCodeDebugProtocol.dll");
132134
}
133135

134136
function copyMonoDependencies(): void {

0 commit comments

Comments
 (0)