fabiospampinato / vscode-terminals

An extension for setting-up multiple terminals at once, or just running some commands.
MIT License
121 stars 19 forks source link

"split" doesn't seem to be working #83

Open cssinate opened 11 months ago

cssinate commented 11 months ago

I have this:

    {
      "name": "UiPlayground",
      "description": "A dev-only playground for testing components",
      "cwd": "/workspaces/apps/ui-playground",
      "commands": [
        ... myCommands...
      ]
    },
    {
      "name": "Watch Playground deps",
      "description": "executes build:watch on playground",
      "cwd": "/workspaces/apps/ui-playground",
      "split": "UiPlayground",
      "commands": [
        "rbw"
      ]
    }

I do Terminals: Run Single and launch UiPlayground. After it's fully started and running, I run Terminals: Run Single and run Watch Playground deps. It opens in a new terminal window, and doesn't split. Did I misunderstand the syntax or something?

fabiospampinato commented 11 months ago

It seems correct 🤔 Are you sure you are on latest? I should check if I can reproduce this problem.

cssinate commented 11 months ago

Yes. I'm definitely on v1.15.0. We use Codespaces, so the latest version of all the extensions we use get installed on each new Codespace we create.

cssinate commented 10 months ago

Hi @fabiospampinato - were you able to reproduce this issue?

fabiospampinato commented 10 months ago

I haven't had the time to look into this yet.