From b0c84e4c667fd41cd8985faef03a76968a6451c4 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Mon, 30 Dec 2024 09:32:46 -0800 Subject: [PATCH 1/2] Update connect-sequences.md Add missing project types --- docs/site/connect-sequences.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/connect-sequences.md b/docs/site/connect-sequences.md index 454e4cb42..508dbedc5 100644 --- a/docs/site/connect-sequences.md +++ b/docs/site/connect-sequences.md @@ -19,7 +19,7 @@ NB: _Connect sequence configuration affects Calva's Jack-in menu in the followin A connect sequence configures the following: * `name`: (required) This will show up in the Jack-in quick-pick menu when you start Jack-in (see above). -* `projectType`: (required) This is either "Leiningen”, "deps.edn", "shadow-cljs", "lein-shadow", "Gradle", ”generic”, or "custom". +* `projectType`: (required) This is either "Leiningen”, "deps.edn", "shadow-cljs", "lein-shadow", "Gradle", "babashka", "nbb", "basilisp", "joyride", ”generic”, "custom" or "cljs-only". * `autoSelectForJackIn`: A boolean. If true, this sequence will be automatically selected at **Jack-in**, suppressing the Project Type. Use together with `projectRootPath` to also suppress the Project Root menu. Add usage of `menuSelections` to go for a prompt-less REPL Jack-in. If you have more than one sequence with `autoSelectForJackIn` set to true, the first one will be used. * `autoSelectForConnect`: A boolean. If true, this sequence will be automatically selected at **Connect**, suppressing the Project Type menu. Use together with `projectRootPath` to also suppress the Project Root menu. If you have more than one sequence with `autoSelectForConnect` set to true, the first one will be used. * `projectRootPath`: An array of path segments leading to the root of the project to which this connect sequence corresponds. Use together with `autoSelectForJackIn`/`autoSelectForConnect` to suppress the Project Root menu. The path can be absolute or relative to the workspace root. If there are several Workspace Folders, the workspace root is the path of the first folder, so relative paths will only work for this first folder. From d166faace3e6064d13b43f738de65e05fb008713 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Mon, 30 Dec 2024 09:47:51 -0800 Subject: [PATCH 2/2] Add oxford comma --- docs/site/connect-sequences.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/connect-sequences.md b/docs/site/connect-sequences.md index 508dbedc5..4e13311a3 100644 --- a/docs/site/connect-sequences.md +++ b/docs/site/connect-sequences.md @@ -19,7 +19,7 @@ NB: _Connect sequence configuration affects Calva's Jack-in menu in the followin A connect sequence configures the following: * `name`: (required) This will show up in the Jack-in quick-pick menu when you start Jack-in (see above). -* `projectType`: (required) This is either "Leiningen”, "deps.edn", "shadow-cljs", "lein-shadow", "Gradle", "babashka", "nbb", "basilisp", "joyride", ”generic”, "custom" or "cljs-only". +* `projectType`: (required) This is either "Leiningen”, "deps.edn", "shadow-cljs", "lein-shadow", "Gradle", "babashka", "nbb", "basilisp", "joyride", ”generic”, "custom", or "cljs-only". * `autoSelectForJackIn`: A boolean. If true, this sequence will be automatically selected at **Jack-in**, suppressing the Project Type. Use together with `projectRootPath` to also suppress the Project Root menu. Add usage of `menuSelections` to go for a prompt-less REPL Jack-in. If you have more than one sequence with `autoSelectForJackIn` set to true, the first one will be used. * `autoSelectForConnect`: A boolean. If true, this sequence will be automatically selected at **Connect**, suppressing the Project Type menu. Use together with `projectRootPath` to also suppress the Project Root menu. If you have more than one sequence with `autoSelectForConnect` set to true, the first one will be used. * `projectRootPath`: An array of path segments leading to the root of the project to which this connect sequence corresponds. Use together with `autoSelectForJackIn`/`autoSelectForConnect` to suppress the Project Root menu. The path can be absolute or relative to the workspace root. If there are several Workspace Folders, the workspace root is the path of the first folder, so relative paths will only work for this first folder.