Tyriar / vscode-shell-launcher

VS Code extension that enables easy launching of multiple shell configurations in the terminal
https://marketplace.visualstudio.com/items?itemName=Tyriar.shell-launcher
MIT License
49 stars 9 forks source link

Does the cwd option work? #24

Closed adourish closed 6 years ago

adourish commented 6 years ago

It does not seem to open a terminal in the cwd location

    {
        "shell": "powershell.exe",
        "cwd": "Y:\\platform\\RuleService\\src\\Platform.RuleService.Web",
        "label": "Platform.RuleService.Web",
        "launchName":"Platform.RuleService.Web"
    },
Tyriar commented 6 years ago

There hasn't been a release yet which is why it doesn't work https://github.com/Tyriar/vscode-shell-launcher/commits/master

Tyriar commented 6 years ago

Published 0.2.0

adourish commented 6 years ago

Feature works in 0.2.0! Thanks.