Skip to content

Commit

Permalink
Added -v flag in README to match output
Browse files Browse the repository at this point in the history
In order to see the log.info messages, you need to use the -v flag.
  • Loading branch information
dsblank committed Mar 4, 2024
1 parent 3d75b06 commit b9912ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ usage: jedi-language-server [-h] [--version] [--tcp] [--ws] [--host HOST] [--por
If testing sending requests over stdio manually from the command line, you must include Windows-style line endings: `\r\n`. For an example, from within this project, run the following:

```console
$ jedi-language-server < ./example-initialization-request.txt
$ jedi-language-server -v < ./example-initialization-request.txt
INFO:pygls.server:Starting IO server
...
```
Expand Down

0 comments on commit b9912ea

Please sign in to comment.