This extension provides rich PowerShell language support for Visual Studio Code (VS Code). Now you can write and debug PowerShell scripts using the excellent IDE-like interface that VS Code provides.
"restoreTerminals.runOnStartup": true, "restoreTerminals.terminals": [ { "splitTerminals": [ { "name": "server", "commands": ["npm i", "npm run dev"] }, { "name ...