Skip to content

Instantly share code, notes, and snippets.

@matzefriedrich
Last active November 19, 2021 09:09
Show Gist options
  • Select an option

  • Save matzefriedrich/067132da03777b26a9d0d887cfb6ce46 to your computer and use it in GitHub Desktop.

Select an option

Save matzefriedrich/067132da03777b26a9d0d887cfb6ce46 to your computer and use it in GitHub Desktop.
Adds Visual Studio 2022 Tools Powershell to Windows Terminal
{
"colorScheme": "BlulocoDark",
"commandline": "C:\\Windows\\SysWOW64\\WindowsPowerShell\\v1.0\\powershell.exe -noe -c \"&{Import-Module \"\"\"C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\Common7\\Tools\\Microsoft.VisualStudio.DevShell.dll\"\"\"; Enter-VsDevShell 83d97da6}\"",
"guid": "{f26ed67f-314f-44b7-ab82-b328bac55369}",
"hidden": false,
"name": "Visual Studio 2022 Tools PowerShell"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment