New
0.6.0
Breaking Changes
- The BSP will no longer automatically set the timeout for LSP requests to
999. It will now rely on sourcekit-lsp's defaults. If you wish to keep999or use a custom value, you can use the newlsp_timeoutargument to configure this. - The BSP will now assume that your
apple_supportrepo is named as such (previously, it assumedbuild_bazel_apple_support). To keep the old value or use a new one, you can use the newapple_support_repo_nameto configure this.
What's Changed
- [Feature] VSCode extension README to provide a clearer roadmap by @maatheusgois-dd in https://github.com/spotify/sourcekit-bazel-bsp/pull/152
- Update BSP entrypoint to support async/await by @luispadron in https://github.com/spotify/sourcekit-bazel-bsp/pull/148
- Add lsp_timeout parameter by @rockbruno in https://github.com/spotify/sourcekit-bazel-bsp/pull/151
- Don't hardcode apple_support's name by @rockbruno in https://github.com/spotify/sourcekit-bazel-bsp/pull/141
- Add bazelWrapper info to the graph report by @rockbruno in https://github.com/spotify/sourcekit-bazel-bsp/pull/157