Last active
November 19, 2021 09:09
-
-
Save matzefriedrich/067132da03777b26a9d0d887cfb6ce46 to your computer and use it in GitHub Desktop.
Adds Visual Studio 2022 Tools Powershell to Windows Terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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