Skip to content

Commit

Permalink
[vshaxe.hxcpp-debugger] Also add 'npx haxelib install vscode-debugada…
Browse files Browse the repository at this point in the history
…pter' to custom prepublish step
  • Loading branch information
jankeromnes committed Nov 12, 2020
1 parent b8f955e commit d82a8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@
"repository": "https://github.com/vshaxe/hxcpp-debugger",
"version": "1.2.4",
"checkout": "1.2.4",
"prepublish": "npm install haxe"
"prepublish": "npm install haxe && npx haxelib install vscode-debugadapter"
},
{
"id": "vsls-contrib.codetour",
Expand Down

0 comments on commit d82a8b2

Please sign in to comment.