vscode-extensions.matklad.rust-analyzer: Add reminder to update script

The release tag was out-of-date even though the extension was updated
regularly. Ideally, the update script might increment it on its own,
like the rust-analyzer update script already does.
main
Joscha 2 years ago committed by Yt
parent 806de2ab38
commit 8bc78621d3
  1. 2
      pkgs/applications/editors/vscode/extensions/rust-analyzer/update.sh

@ -47,3 +47,5 @@ else
./"$node_packages"/generate.sh
fi
echo "Remember to also update the revisionTag and hash in default.nix!"

Loading…
Cancel
Save