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
I searched around and couldn't find any existing issues that address what I'm seeing, so apologies if this is already known.
I have a simple regex pattern [ValidateScript({$_ -match '^([\d\w]+\.){2,3}[\d\w]+$'})]
that vscode seems to not be able to handle and I assume it's an issue with PSEditorServices.
PowerShell ISE handles the same pattern properly.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I searched around and couldn't find any existing issues that address what I'm seeing, so apologies if this is already known.
I have a simple regex pattern

[ValidateScript({$_ -match '^([\d\w]+\.){2,3}[\d\w]+$'})]
that vscode seems to not be able to handle and I assume it's an issue with PSEditorServices.
PowerShell ISE handles the same pattern properly.

The text was updated successfully, but these errors were encountered: