Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
Add missing debugger 'binaries' property in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadsammy committed Nov 16, 2020
1 parent 53bc473 commit 7d879b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@
"architectures": [
"x86_64"
],
"binaries": ["./netcoredbg"],
"installTestPath": ".debugger/netcoredbg/netcoredbg"
},
{
Expand All @@ -290,6 +291,7 @@
"architectures": [
"x86_64"
],
"binaries": ["./netcoredbg"],
"installTestPath": ".debugger/netcoredbg/netcoredbg"
},
{
Expand Down

0 comments on commit 7d879b8

Please sign in to comment.