-
-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into add_xcbeautify
* origin/main: (2188 commits) bump(terraform-ls): update to v0.36.3 (#8291) bump(elp): update to v2024-12-09 (#8167) bump(sonarlint-language-server): update to v4.14.0 (#8122) bump(php-cs-fixer): update to v3.65.0 (#8027) bump(swiftlint): update to v0.57.1 (#8024) bump(ada-language-server): update to v26 (#7970) bump(jdtls): update to v1.43.0 (#8066) bump(stylua): update to v2 (#7959) chore(cuepls): add deprecation message (#8285) bump(pretty-php): update to v0.4.82 (#8286) bump(jdtls): upgrade 1.41.0 -> 1.42.0 (#8072) bump(clojure-lsp): update to v2024.11.08-17.49.29 (#7896) bump(haskell-language-server): Update to version 2.9.0.1 (#7929) bump(cpptools): update to v1.22.11 (#7552) bump(erlang-ls): update to v1 (#7405) bump(nimlangserver): update to v1.6.0 (#7316) fix(harper-ls): change filename to `-msvc` from `-gnu` (#7536) bump(codelldb): update to v1.11.1 (#7448) bump(steep): update to v1.9.2 (#7376) bump(slang): update to v2024.17 (#6445) ...
- Loading branch information
Showing
335 changed files
with
921 additions
and
2,111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ categories: | |
- Linter | ||
|
||
source: | ||
id: pkg:github/rhysd/[email protected].1 | ||
id: pkg:github/rhysd/[email protected].4 | ||
asset: | ||
- target: darwin_x64 | ||
file: actionlint_{{ version | strip_prefix "v" }}_darwin_amd64.tar.gz | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,19 +10,54 @@ categories: | |
- LSP | ||
|
||
source: | ||
id: pkg:github/AdaCore/ada_language_server@24.0.5 | ||
id: pkg:github/AdaCore/ada_language_server@26.0.202411173 | ||
asset: | ||
- target: [darwin_x64, darwin_arm64] | ||
file: als-{{version}}-macOS_amd64.zip | ||
bin: x64/darwin/ada_language_server | ||
- target: darwin_x64 | ||
file: als-{{version}}-darwin-x64.tar.gz | ||
bin: integration/vscode/ada/x64/darwin/ada_language_server | ||
- target: darwin_arm64 | ||
file: als-{{version}}-darwin-arm64.tar.gz | ||
bin: integration/vscode/ada/arm64/darwin/ada_language_server | ||
- target: linux_arm64_gnu | ||
file: als-{{version}}-linux-arm64.tar.gz | ||
bin: integration/vscode/ada/arm64/linux/ada_language_server | ||
- target: linux_x64_gnu | ||
file: als-{{version}}-Linux_amd64.zip | ||
bin: x64/linux/ada_language_server | ||
file: als-{{version}}-linux-x64.tar.gz | ||
bin: integration/vscode/ada/x64/linux/ada_language_server | ||
- target: win_x64 | ||
file: als-{{version}}-Windows_amd64.zip | ||
bin: x64/win32/ada_language_server.exe | ||
file: als-{{version}}-win32-x64.tar.gz | ||
bin: integration/vscode/ada/x64/win32/ada_language_server.exe | ||
|
||
version_overrides: | ||
- constraint: semver:<=25.0.20241014 | ||
id: pkg:github/AdaCore/[email protected] | ||
asset: | ||
- target: darwin_x64 | ||
file: x64-darwin.tar.gz | ||
bin: integration/vscode/ada/x64/darwin/ada_language_server | ||
- target: darwin_arm64 | ||
file: arm64-darwin.tar.gz | ||
bin: integration/vscode/ada/arm64/darwin/ada_language_server | ||
- target: linux_x64_gnu | ||
file: x64-linux.tar.gz | ||
bin: integration/vscode/ada/x64/linux/ada_language_server | ||
- target: win_x64 | ||
file: x64-win32.tar.gz | ||
bin: integration/vscode/ada/x64/win32/ada_language_server.exe | ||
|
||
- constraint: semver:<=24.0.6 | ||
id: pkg:github/AdaCore/[email protected] | ||
asset: | ||
- target: [darwin_x64, darwin_arm64] | ||
file: als-{{version}}-macOS_amd64.zip | ||
bin: x64/darwin/ada_language_server | ||
- target: linux_x64_gnu | ||
file: als-{{version}}-Linux_amd64.zip | ||
bin: x64/linux/ada_language_server | ||
- target: win_x64 | ||
file: als-{{version}}-Windows_amd64.zip | ||
bin: x64/win32/ada_language_server.exe | ||
|
||
- constraint: semver:<=23.0.19 | ||
id: pkg:github/AdaCore/[email protected] | ||
asset: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.