PowerShell tool to help with Visual Studio consoles.
Install with Scoop from my personal Scoop Bucket:
scoop install poshvs
Or install directly:
scoop install https://raw.githubusercontent.com/masonm12/scoop-personal/master/poshvs.json
poshvs [--version] [--help] command args
optional arguments:
--version Print the version number.
--help Print this help message.
commands:
list Print all detected versions of Visual Studio.
use Import vcvarsall for a given version of Visual Studio (e.g. 2013, 10.0, etc).
poshvs list [--help]
Print all detected versions of Visual Studio.
optional arguments:
--help Print this help message.
poshvs use [version] [architecture]
Import vcvarsall for a given version of Visual Studio (e.g. 2013, 10.0, etc).
optional arguments:
--help Print this help message.
arguments:
version Version of Visual Studio vcvarsall to try and import.
(default: latest)
architecture Tools architecture to load, passed to vcvarsall.
(default: current architecture)