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
As a user, I want to be able to invoke PSScriptAnalyzer while running in ConstrainedLanguage mode.
As a user I want to be able to see Diagnostics in VS Code while I'm using the PowerShell extension for VS Code which supports running in ConstrainedLanguage mode.
Summary of the new feature
As a user, I want to be able to invoke PSScriptAnalyzer while running in ConstrainedLanguage mode.
As a user I want to be able to see Diagnostics in VS Code while I'm using the PowerShell extension for VS Code which supports running in ConstrainedLanguage mode.
Proposed technical implementation details (optional)
I think the module would have to be 100% binary and not rely on
AddScript(foo, useLocalScope: false)
.What is the latest version of PSScriptAnalyzer at the point of writing
1.19
The text was updated successfully, but these errors were encountered: