Add example build runner scripts and config for Zig code completion.
This commit is contained in:
parent
ec37c8f731
commit
737f7cbdee
File diff suppressed because one or more lines are too long
@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")"
|
||||
cd "$(bazel info workspace)"
|
||||
exec bazel run -- @buildifier_prebuilt//:buildifier "$@"
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")"
|
||||
exec bazel run --config=silent @zml//third_party/zls:zls -- "${@}"
|
||||
cd "$(bazel info workspace)"
|
||||
exec bazel run -- @zml//third_party/zls:zls "${@}"
|
||||
|
||||
@ -1,8 +1,2 @@
|
||||
{
|
||||
"build_options": [
|
||||
{
|
||||
"name": "cmd",
|
||||
"value": "bazel run @zml//:completion"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user