haskelly-dev / Haskelly

Haskelly is a VS Code extension that provides complete support for casual and expert Haskell development.
https://marketplace.visualstudio.com/items?itemName=UCL.haskelly
GNU General Public License v3.0
152 stars 17 forks source link

Removed references to stack-run #101

Closed ashvds closed 2 years ago

ashvds commented 5 years ago

stack-run is both deprecated and superseded by stack run which is in fact the command that is used, as is evident in https://github.com/haskelly-dev/Haskelly/blob/597a8e9408701791e05c00819db0f4d0e9cc8caa/src/Basic/commands.ts#L59

term.sendText(stack run ${commandsParams.stackRunParams || ""});

ashvds commented 5 years ago

Solves: https://github.com/haskelly-dev/Haskelly/issues/88 https://github.com/haskelly-dev/Haskelly/issues/84

ashvds commented 5 years ago

I see someone has made this change, duplicate of https://github.com/haskelly-dev/Haskelly/pull/93 @martrik , you can merge either

Dr-Chronosphere commented 2 years ago

It's been 3 years and the documentation hasn't been fixed yet?