VSCode中添加Developer PowerShell for VS2019和Developer Command Prompt for VS2019的方法
无废话, 直接上配置文件, 添加到setting.json 1234567891011121314151617181920"terminal.integrated.profiles.windows": {        "Developer PowerShell for VS 2019": {            "path": "C:\\Windows\\SysWOW64\\WindowsPowerShell\\v1.0\\powershell.exe",            "args": [                "-noe",                "-c",                "Import-Module 'C:/Program Files (x86)/Microsoft Visual...





