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: doc/VectorCode-cli.txt
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -808,8 +808,11 @@ Note that:
808
808
1. For easier parsing, `--pipe` is assumed to be enabled in LSP mode;
809
809
2. A `vectorcode.lock` file will be created in your `db_path` directory **if you’re using the bundled chromadb server**. Please do not delete it while a
810
810
vectorcode process is running;
811
-
3. The LSP server supports `vectorise`, `query` and `ls` subcommands. The other
812
-
subcommands may be added in the future.
811
+
3. The LSP server supports `vectorise`, `query`, `ls` and `files` subcommands. The other
812
+
subcommands may be added in the future;
813
+
4. If the `--project_root` parameter is not provided, the LSP server will try to use the
0 commit comments