You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some tooling has changed since recording the REPL Driven Development video with Spacemacs.
Revisit the script and adapt for changes. Re-record the video
Changes
Aliases are now at the end of the Clojure command line when starting a REPL from CIDER
Creating a project should use a tool, -T, option - using clojure -T:project/new to create a default project and this should use deps-new (rather than clj-new)
Additional aspects
Using LSP features and UI
LSP docs instead of Cider
LSP snippets - practicalli snippets - contribute as many as possible to the LSP project
The text was updated successfully, but these errors were encountered:
Some tooling has changed since recording the REPL Driven Development video with Spacemacs.
Revisit the script and adapt for changes. Re-record the video
Changes
clojure -T:project/new
to create a default project and this should use deps-new (rather than clj-new)Additional aspects
The text was updated successfully, but these errors were encountered: