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

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

Closed
PEZ opened this issue Oct 15, 2019 · 0 comments
Closed

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

PEZ opened this issue Oct 15, 2019 · 0 comments

Comments

@PEZ
Copy link
Collaborator

PEZ commented Oct 15, 2019

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant