Skip to content

Commit 31eed4c

Browse files
authored
Add missing interop 15 file to dev workflow (#2643)
1 parent ea8ab13 commit 31eed4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Extension/src/Support/copyDebuggerDependencies.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ function copyBinaryDependencies(): void {
118118
copy(miEngineRoot, DebugAdapterBinPath, "Microsoft.MIDebugEngine.dll");
119119
copy(miEngineRoot, DebugAdapterBinPath, "Microsoft.MIDebugEngine.dll.mdb");
120120
copy(miEngineRoot, DebugAdapterBinPath, "osxlaunchhelper.scpt");
121+
copy(miEngineRoot, DebugAdapterBinPath, "Microsoft.VisualStudio.Debugger.Interop.15.0.dll");
121122

122123
copy(openDebugRoot, DebugAdapterBinPath, "Microsoft.VisualStudio.Debugger.Interop.10.0.dll");
123124
copy(openDebugRoot, DebugAdapterBinPath, "Microsoft.VisualStudio.Debugger.Interop.11.0.dll");

0 commit comments

Comments
 (0)