vscode-extensions.rust-lang.rust-analyzer: 0.2.1048 -> 0.3.1059

This update changes the extension's publisher from "matklad" to
"rust-lang" and moves it to `vscode-extensions.rust-lang.rust-analyzer`,
but keeps `vscode-extensions.matklad.rust-analyzer` for backwards
compatibility. It also bumps the version number from 0.2.xxx to 0.3.xxx,
as described in changelog #129.5:
https://rust-analyzer.github.io/thisweek/2022/05/17/changelog-129-5.html
main
Joscha 2 years ago committed by Yt
parent 8bc78621d3
commit 4d6a40140c
  1. 5
      pkgs/applications/editors/vscode/extensions/rust-analyzer/build-deps/package.json
  2. 6
      pkgs/applications/editors/vscode/extensions/rust-analyzer/default.nix
  3. 5204
      pkgs/development/node-packages/node-packages.nix

@ -1,15 +1,16 @@
{
"name": "rust-analyzer",
"version": "0.2.1048",
"version": "0.3.1059",
"dependencies": {
"vscode-languageclient": "8.0.0-next.14",
"d3": "^7.3.0",
"d3-graphviz": "^4.1.0",
"vscode-languageclient": "8.0.0-next.14",
"@types/node": "~14.17.5",
"@types/vscode": "~1.66.0",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@vscode/test-electron": "^2.1.3",
"cross-env": "^7.0.3",
"eslint": "^8.11.0",
"tslib": "^2.3.0",
"typescript": "^4.6.3",

@ -15,18 +15,18 @@
let
pname = "rust-analyzer";
publisher = "matklad";
publisher = "rust-lang";
# Use the plugin version as in vscode marketplace, updated by update script.
inherit (vsix) version;
releaseTag = "2022-03-07";
releaseTag = "2022-05-17";
src = fetchFromGitHub {
owner = "rust-lang";
repo = "rust-analyzer";
rev = releaseTag;
sha256 = "sha256-/qKh4utesAjlyG8A3hEmSx+HBgh48Uje6ZRtUGz5f0g=";
sha256 = "sha256-vrVpgQYUuJPgK1NMb1nxlCdxjoYo40YkUbZpH2Z2mwM=";
};
build-deps = nodePackages."rust-analyzer-build-deps-../../applications/editors/vscode/extensions/rust-analyzer/build-deps";

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save