msys2 settings
Last updated
Was this helpful?
Last updated
Was this helpful?
Allow managing .
msys2 is only available for Windows.
pkgs
allow installing some .
You need to specify the name of the packages to install.
A simple example, in the file to ask to install the in the python3
module:
True
to enable
, False
to skip (default to False
).
opts
is not mandatory but allows to pass extra args.
msys2:pkgs:opts:global
: allow passing arguments to all msys2 packages when installing, updating, or uninstalling a package
msys2:pkgs:<mypkg>:opts:global
: allow passing arguments to <mypkg>
msys2 package when installing, updating, or uninstalling the package
This is just an example, if you do that you will have 2 python packages installed. One by and another one by msys2.
Extra args can be arguments described in the or can be .
is not an official Saltstack states but a custom states written for VSCode-Anywhere.
msys2:pkgs:opts:install
: allow passing arguments to all msys2 packages when installing a package (cf function)
msys2:pkgs:opts:update
: allow passing arguments to all msys2 packages when updating a package (cf function)
msys2:pkgs:opts:uninstall
: allow passing arguments to all msys2 packages when uninstalling a package (cf function)
msys2:pkgs:<mypkg>:opts:install
: allow to pass arguments to <mypkg>
msys2 packages when installing the package (cf function)
msys2:pkgs:<mypkg>:opts:update
: allow to pass arguments to <mypkg>
msys2 packages when updating the package (cf function)
msys2:<mypkg>:opts:uninstall
: allow to pass arguments to <mypkg>
msys2 packages when uninstalling the package (cf function)