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
Copy file name to clipboardexpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ option in your VSCode settings globally or per-project and connect manually to w
61
61
62
62
```clojure
63
63
{:user {:plugins [[cider/cider-nrepl "0.22.1"]]
64
-
:dependencies [[cljfmt "0.5.7"]]}}
64
+
:dependencies [[cljfmt "0.5.7"]]}}
65
65
```
66
66
67
67
Alternatively, you can put the code above to your project `project.clj` file.
@@ -75,6 +75,7 @@ The extension contributes the configuration parameters listed in the table below
75
75
|`clojureVSCode.autoStartNRepl`| Whether to start an nREPL when opening a file or project. |
76
76
|`clojureVSCode.formatOnSave`| Format files with [cljfmt](https://github.com/weavejester/cljfmt) on save. |
77
77
|`clojureVSCode.cljfmtParameters`| Formatting parameters passed to `cljfmt` each time it runs, e.g. `:indentation? true :remove-surrounding-whitespace? false`|
78
+
|`clojureVSCode.showResultInline`| Show evaluation result inline. |
0 commit comments