Closed
Description
One important part of the PowerShell ISE workflow that needs to be replicated in VS Code is opening the editor, typing in some PowerShell script, setting a breakpoint, then running the code. Currently VS Code requires you to open a folder to define a workspace where a launch.json file can be found. This limitation will have to be removed before we will be able to provide this experience.
The VS Code limitation is being tracked here: microsoft/vscode#285