feat: allow version specification for deno (#970)
* feat: allow version specification for deno * fix: missing quotes for string in toml file Co-authored-by: SteveLauC <stevelauc@outlook.com> * fix: deno upgrade for different executable versions * fix: tell apart the two cases for v1.x in SkipStep reason * docs: add comments and documentation on version method for deno * chore: add explanatory comment on stable channel that does nothing Co-authored-by: SteveLauC <stevelauc@outlook.com> --------- Co-authored-by: SteveLauC <stevelauc@outlook.com>
This commit is contained in:
@@ -223,6 +223,11 @@
|
||||
# use_sudo = true
|
||||
|
||||
|
||||
[deno]
|
||||
# Upgrade deno executable to the given version.
|
||||
# version = "stable"
|
||||
|
||||
|
||||
[vim]
|
||||
# For `vim-plug`, execute `PlugUpdate!` instead of `PlugUpdate`
|
||||
# force_plug_update = true
|
||||
|
||||
Reference in New Issue
Block a user