Skip to content

Commit

Permalink
☕ Include Java-LSP-implementation;
Browse files Browse the repository at this point in the history
  • Loading branch information
joergdw committed Jan 17, 2025
1 parent 31b28b1 commit b20b232
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 13 deletions.
27 changes: 14 additions & 13 deletions devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,41 @@
"path:./nix#log-cache-cli-plugin": "",
"path:./nix#cloud-mta-build-tool": "",
"path:./nix#uaac": "",
"act": "0.2.68",
"actionlint": "1.7.4",
"bosh-cli": "7.3.1",
"bundix": "latest",
"bundler": "latest",
"cloudfoundry-cli": "8.8.1",
"coreutils": "latest",
"credhub-cli": "2.9.29",
"delve": "latest",
"direnv": "2.35.0",
"fly": "7.12.0",
"gh": "latest",
"ginkgo": "2.20.2",
"gnumake": "4.4",
"gnutar": "latest",
"go": "1.22.5",
"go-tools": "latest",
"golangci-lint": "1.62.2",
"gopls": "latest",
"gum": "0.13.0",
"jq": "latest",
"jdt-language-server": "latest",
"markdownlint-cli2": "latest",
"maven": "3.8.6",
"oha": "latest",
"postgresql": "latest",
"python": "latest",
"rubocop": "latest",
"ruby": "3.3.5",
"rubyPackages.solargraph": "latest",
"shellcheck": "0.10.0",
"swagger-cli": "latest",
"which": "latest",
"credhub-cli": "2.9.29",
"markdownlint-cli2": "latest",
"bundler": "latest",
"go": "1.22.5",
"direnv": "2.35.0",
"actionlint": "1.7.4",
"yq-go": "4.44.5",
"golangci-lint": "1.62.2",
"act": "0.2.68",
"cloudfoundry-cli": "8.8.1",
"ginkgo": "2.20.2",
"temurin-bin-21": "latest",
"ruby": "3.3.5"
"which": "latest",
"yq-go": "4.44.5"
},
"shell": {
"init_hook": [
Expand Down
48 changes: 48 additions & 0 deletions devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,54 @@
}
}
},
"jdt-language-server@latest": {
"last_modified": "2024-12-31T22:49:03Z",
"resolved": "github:NixOS/nixpkgs/81934660d6e9ea54d2f0cdee821e8533b10c221a#jdt-language-server",
"source": "devbox-search",
"version": "1.43.0",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/95fqm36gn4pm0kw85wbw357phxbdpdd5-jdt-language-server-1.43.0",
"default": true
}
],
"store_path": "/nix/store/95fqm36gn4pm0kw85wbw357phxbdpdd5-jdt-language-server-1.43.0"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/xz5myj19sqj79r7js3xxk38q62z08dd4-jdt-language-server-1.43.0",
"default": true
}
],
"store_path": "/nix/store/xz5myj19sqj79r7js3xxk38q62z08dd4-jdt-language-server-1.43.0"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/32mzs74v0xxjyyz7cfd53rpyj3n4b22d-jdt-language-server-1.43.0",
"default": true
}
],
"store_path": "/nix/store/32mzs74v0xxjyyz7cfd53rpyj3n4b22d-jdt-language-server-1.43.0"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/k6750adx06x18vn390r24n9z3ksx1n65-jdt-language-server-1.43.0",
"default": true
}
],
"store_path": "/nix/store/k6750adx06x18vn390r24n9z3ksx1n65-jdt-language-server-1.43.0"
}
}
},
"jq@latest": {
"last_modified": "2025-01-12T14:45:23Z",
"resolved": "github:NixOS/nixpkgs/2fdec2c2e68b7b7845d1ea4e0894c63143e3261b#jq",
Expand Down

0 comments on commit b20b232

Please sign in to comment.