You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add simple folding range provider capability
* Uses a similar method to that implemented in the VS Code extension
* Uses the PowerShell tokeniser instead of the AST. This is due to the AST
ignoring comment sections. Without the comment parsing folding for #region
etc. will not work
* uses the the client configuration settings to modify the behaviour
of the server. In particular the Enable and ShowLastLine setting.
* The enable setting will change the provider to return null when disabled
* The ShowLastLine setting emulates the behaviour in PowerShell/vscode-powershell#1557
0 commit comments