File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
doc/modules/ROOT/pages/basics Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,12 @@ CIDER figures out this by parsing the output from the command and waiting for a
41
41
TIP: You can see the exact command that `cider-jack-in` invoked in your minibuffer, while
42
42
waiting for nREPL to start. You can also find this command in Emacs's `+*Messages*+` buffer.
43
43
44
+ IMPORTANT: `cider-jack-in` is mainly designed for local development with files on a local machine and
45
+ the nREPL process running on the same machine. It has as well features to support various remote / container
46
+ scenarious, see below. Due to the large variation of remote scenarious it cannot support all of them,
47
+ so in some cases a manual nREPL start and usage of `cider-connect` is needed.
48
+
49
+
44
50
In some cases one project might have multiple project markers in it - e.g. `project.clj` and `deps.edn`.
45
51
When this happens CIDER will prompt you to select the build tool to use. You can override this behavior
46
52
by setting the variable `cider-preferred-build-tool`. While you can set it globally in your Emacs config,
You can’t perform that action at this time.
0 commit comments