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
If you're using Visual Studio Code, you can install the [Protobuf Language Support](https://marketplace.visualstudio.com/items?itemName=ianandhum.protobuf-support) extension, which uses this LSP under the hood.
@@ -86,7 +106,7 @@ protoc = "protoc"
86
106
87
107
The `[config]` section contains stable settings that should generally remain unchanged.
88
108
89
-
-`include_paths`: Directories to search for `.proto` files. Absolute or relative to LSP workspace root. Worspace root is already included in include_paths
109
+
-`include_paths`: Directories to search for `.proto` files. Absolute or relative to LSP workspace root. Workspace root is already included in include_paths. This can also be specified via command line arguments using the `--include-paths` flag.
0 commit comments