Releases: withered-magic/starpls
Releases · withered-magic/starpls
v0.1.11
Hotfix
- Fix autocomplete for
.star
files - Better checks for determining whether
bzlmod
is enabled
v0.1.10
- Adds support for module extensions with
use_extension
(autocomplete/hover docs/type checking for tags)
v0.1.9
starpls check
for batch type checking- adds missing fields on
cc_common
- make some type checking diagnostics have warning severity while type checker is still being worked on
v0.1.8
- Adds support for goto def/type checking for symbols loaded from external repositories when
bzlmod
is enabled.
v0.1.7
Mainly a fix for skipping some unnecessary diagnostics computations
v0.1.6
Literal
types and limited form of literal math, e.g.Literal[1]
+Literal[2]
=Literal[3]
,Literal["a"]
+Literal["b"]
=Literal["ab"]
- Native support for providers
- Improved panic handling
- Better go to definition for labels in load statements and loaded symbols
- UTF-16 support
v0.1.5
Literal
types and limited form of literal math, e.g.Literal[1]
+Literal[2]
=Literal[3]
,Literal["a"]
+Literal["b"]
=Literal["ab"]
- Native support for providers
- Improved panic handling
- Better go to definition for labels in load statements and loaded symbols
v0.1.4
Adds support for repository rules and their attributes to complement build rule support from the previous release.
v0.1.3
windows binary (#104) Co-authored-by: Ezekiel Warren <[email protected]>
v0.1.2
fix signature help appearance (#95)