Skip to content

Custom Connect Sequences Menu Selections not working for shadow-cljs #404

Closed
@PEZ

Description

Using these settings (for Calva itself, as it happens):

    "calva.replConnectSequences": [
        {
            "name": "Calva-lib",
            "projectType": "shadow-cljs",
            "menuSelections": {
                "cljsLaunchBuilds": [
                    "calva-lib",
                    "test"
                ],
                "cljsDefaultBuild": "calva-lib"
            }
        }
    ],

And then Jacking in.

Expected:

  • Jack-in should start and complete without prompts.
    • Clojure REPL connects
    • ClojureScript REPL connects

Actual results:

  • Jack-in starts with prompt for which builds to launch with.
    • Clojure REPL connects
    • Calva reports Jack-in done, without connecting the ClojureScript REPL. Which is super boooo and boring with Calva, since it is a ClojureScript library.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions