Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cssinate opened this issue Jul 26, 2023 · 4 comments
Open

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

cssinate opened this issue Jul 26, 2023 · 4 comments
Labels

Comments

@cssinate
Copy link

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
Copy link
Owner

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

@cssinate
Copy link
Author

cssinate commented Aug 8, 2023

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
Copy link
Author

cssinate commented Sep 1, 2023

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

@fabiospampinato
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants