Skip to content
Keith Hill edited this page Jul 27, 2017 · 12 revisions

Here are answers to some of the common asked questions about the PowerShell extension for Visual Studio Code:

Q. What is wrong with code folding in my PowerShell scripts? A. The code folding feature is provided by Visual Studio Code and not the PowerShell extension. Code folding in VSCode is based purely on indentation levels. This causes issues with PowerShell here strings which have to always be terminated in column 0. There is an issue on the VSCode GitHub site tracking this.

Q. How come PSReadline features like history recall don't work in the PowerShell Integrated Console. A. Integration of PSReadline into the PowerShell Integrated Console is currently being worked on.

Clone this wiki locally