How to install a specific revision of a package. #880
-
All, I have I tried to look over the docs for how to install a specific revision but either I was using the wrong term, or I'm blind as I had no luck finding it.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello! You can specify a version when installing a package, like so:
mason-lspconfig also supports specifying versions in the require("mason-lspconfig").setup {
ensure_installed = { "package@v1.0.0" }
} |
Beta Was this translation helpful? Give feedback.
Hello! You can specify a version when installing a package, like so:
:MasonInstall package@v1.0.0
pkg:install { version = "v1.0.0" }
mason-lspconfig also supports specifying versions in the
ensure_installed
table: