Skip to content

Commit f892367

Browse files
author
committed
[skip ci]
1 parent 9418c96 commit f892367

4 files changed

Lines changed: 71 additions & 74 deletions

File tree

customizing-jack-in-and-connect/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2572,10 +2572,7 @@ <h3 id="jack-in-dependency-versions">Jack-in Dependency Versions<a class="header
25722572
<li><a href="https://github.com/nrepl/piggieback">cider/piggieback</a>: Piggieback is used to create nREPL sessions in ClojureScript projects. (Not with <a href="http://shadow-cljs.org">shadow-cljs</a> projects though, which provides its own middleware for this.)</li>
25732573
</ul>
25742574
<p>The versions used are configurable via the VS Code settings <code>calva.jackInDependencyVersions</code>.</p>
2575-
<div class="admonition note">
2576-
<p class="admonition-title">Latest versions by default</p>
2577-
<p>By default, Calva resolves the latest available versions of <code>nrepl</code>, <code>cider-nrepl</code>, and <code>cider/piggieback</code> when Jacking in. If the latest version cannot be determined, Calva falls back to the default versions pinned in Calva's <code>package.json</code>. If you specify versions in <code>calva.jackInDependencyVersions</code>, those versions take precedence and will be used. You can specify just one; any unspecified dependencies still use the latest-or-fallback behavior.</p>
2578-
</div>
2575+
<p>In case you might like to update jack-in dependencies, Calva checks for the latest versions and displays them in the activation message ("Calva Says").</p>
25792576
<div class="admonition note">
25802577
<p class="admonition-title">Java 1.8 compatible versions</p>
25812578
<p>The default dependency versions are not compatible with Java 1.8. If your project needs that version of Java you can use these settings in your Workspace <code>.vscode/settings.json</code>:</p>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)