Conversation
|
We require contributors to sign our Contributor License Agreement, and we don't have @github-actions[bot] on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
ef758ef to
c71f9a9
Compare
|
We require contributors to sign our Contributor License Agreement, and we don't have @tinovyatkin on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
c71f9a9 to
5c2f516
Compare
|
We require contributors to sign our Contributor License Agreement, and we don't have @tinovyatkin on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
5c2f516 to
e9b5c9d
Compare
|
We require contributors to sign our Contributor License Agreement, and we don't have @tinovyatkin on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'. |
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
MrSubidubi
left a comment
There was a problem hiding this comment.
Thanks for this!
Can you elaborate why this includes the Dockerfile langauage? Should the existing Dockerfile extension not suffice?
Also, I'd ask you to change your extension ID to tally-ls, tally-lsp or something similar, please.
|
Thanks for the review @MrSubidubi ! Bundled Dockerfile language: Zed's extension API, unlike VS Code's, doesn't provide a way for one extension to declare a dependency on another. Our LSP is registered for the Since there's no dependency mechanism to automatically prompt users to install the Dockerfile extension alongside ours, bundling the grammar (pointing to the same There's also a practical consideration: with the recent Docker language server integration in the Dockerfile extension (zed-extensions/dockerfile#35), tally and the official Dockerfile extension serve somewhat different roles. The Docker language server requires a running Docker daemon and is essentially That said, if a dependency mechanism is added to the extension API in the future, I'm happy to drop the bundled grammar and use that instead! Extension ID: Tally is first and foremost a linter and formatter — we followed the naming pattern of other linting/formatting extensions in Zed like ESLint, Prettier, and OXC, none of which use an |
e9b5c9d to
a64e9a8
Compare
a64e9a8 to
6686cd4
Compare
6686cd4 to
c58d0fe
Compare
c58d0fe to
bf6f01f
Compare
bf6f01f to
15b7fce
Compare
15b7fce to
56d026f
Compare
56d026f to
0b740f2
Compare
0b740f2 to
d9a3704
Compare
d9a3704 to
1677785
Compare
1677785 to
c3ac117
Compare
c3ac117 to
583cf9d
Compare
583cf9d to
3587f0a
Compare
3587f0a to
99edc2f
Compare
99edc2f to
2f35d14
Compare
2f35d14 to
aac7d9a
Compare
aac7d9a to
9bb2724
Compare
9bb2724 to
afd2149
Compare
afd2149 to
756111f
Compare
756111f to
15957a7
Compare
Publishing version v0.27.0 of the tally extension.
Tally is a Dockerfile linter and formatter written in Go, promoting modern container syntax and helping avoid common pitfalls.
Changelog