Make zls.sh example explicitly set the ZLS runner target.

This commit is contained in:
Foke Singh 2024-11-06 16:22:44 +00:00
parent 948c577205
commit 09da9c2982

View File

@ -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 "${@}"