Skip to content

Commit

Permalink
fix(zls): use lsp config schema from ZLS instead of vscode-zig (#6217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix authored Jul 7, 2024
1 parent bad52ef commit 50a1bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zls/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ source:


schemas:
lsp: vscode:https://raw.githubusercontent.com/ziglang/vscode-zig/master/package.json
lsp: https://raw.githubusercontent.com/zigtools/zls/{{version}}/schema.json

bin:
zls: "{{source.asset.bin}}"

0 comments on commit 50a1bb4

Please sign in to comment.