We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a9514 commit 9144675Copy full SHA for 9144675
docs/developer.md
@@ -6,6 +6,11 @@ select the process titled `benten-ls`. Insert appropriate breakpoints
6
and perform some editor operation that will trigger a request from the
7
client.
8
9
+## Install a library directly into a `pipx` env
10
+
11
+```
12
+pipx inject -e benten cwlformat
13
14
15
## How to setup and develop with VS Code
16
0 commit comments