Skip to content

Commit

Permalink
Update CHANGELOG.md and copyDebuggerDependencies (#2641)
Browse files Browse the repository at this point in the history
Update for VSCodeDebugProtocol dll and for the Integratedterminal Work.
  • Loading branch information
pieandcakes authored Oct 11, 2018
1 parent 55558a5 commit ea8ab13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# C/C++ for Visual Studio Code Change Log

## Version 0.19.1-insiders2: October 11th, 2018
* Add IntegratedTerminal support for Linux and Windows. [#35](https://github.com/microsoft/vscode-cpptools/issues/35)
* Unify Visual Studio Code debug protocol parsing by using a shared library with Visual Studio.

## Version 0.19.1-insiders: October 9th, 2018
* Fix IntelliSense-based `Go to Definition` on overloads. [#1071](https://github.com/Microsoft/vscode-cpptools/issues/1071)
* Fix IntelliSense failing if recursive includes removes all paths. [#2442](https://github.com/Microsoft/vscode-cpptools/issues/2442)
Expand Down
2 changes: 2 additions & 0 deletions Extension/src/Support/copyDebuggerDependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ function copyBinaryDependencies(): void {
copy(openDebugRoot, DebugAdapterBinPath, "OpenDebugAD7.exe.config");
copy(openDebugRoot, DebugAdapterBinPath, "OpenDebugAD7.exe.mdb");
copy(openDebugRoot, DebugAdapterBinPath, "Newtonsoft.Json.dll");
copy(openDebugRoot, DebugAdapterBinPath, "WindowsDebugLauncher.exe");
copy(openDebugRoot, DebugAdapterBinPath, "Microsoft.VisualStudio.Shared.VSCodeDebugProtocol.dll");
}

function copyMonoDependencies(): void {
Expand Down

0 comments on commit ea8ab13

Please sign in to comment.