Make zls.sh example explicitly set the ZLS runner target.
This commit is contained in:
parent
948c577205
commit
09da9c2982
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")"
|
||||
cd "$(bazel info workspace)"
|
||||
exec bazel run -- @zml//third_party/zls:zls "${@}"
|
||||
exec bazel run -- @zml//:zls "${@}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user