Skip to content

Commit

Permalink
[vshaxe.hxcpp-debugger] Don't use use npm-haxe, but instead try 'lix …
Browse files Browse the repository at this point in the history
…download' as a custom prepublish step

Source: vshaxe/hxcpp-debugger#26 (comment)
  • Loading branch information
jankeromnes authored Nov 30, 2020
1 parent a317035 commit 6e635ce
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 @@ -1270,7 +1270,7 @@
"repository": "https://github.com/vshaxe/hxcpp-debugger",
"version": "1.2.4",
"checkout": "1.2.4",
"prepublish": "npm install haxe && npx haxelib install vscode-debugadapter && npx haxelib install vscode"
"prepublish": "lix download"
},
{
"id": "vsls-contrib.codetour",
Expand Down

0 comments on commit 6e635ce

Please sign in to comment.