Notable Changes
- The BSP can now update its internal state when source files are added/removed from the workspace (previously, it would completely reset itself). This should provide a great performance boost compared to the old approach. This relies on a regular bazel query call, so a new
--query-flagparam has been added in case you need to pass something special to it (e.g. disabling BEP p...