We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<
#
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
class snippet has space between < and # characters which causes syntax error.
PS> $PSVersionTable Name Value ---- ----- PSVersion 7.3.1 PSEdition Core GitCommitId 7.3.1 OS Microsoft Windows 10.0.22000 Platform Win32NT PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…} PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 WSManStackVersion 3.0
PS> code --version 1.73.1 6261075646f055b99068d3688932416f2346dd3b x64
PS> code --list-extensions --show-versions | Select-String powershell ms-vscode.powershell@2022.12.1
class
What you will see next, is:
class ClassName { < #Define the class. Try constructors, properties, or methods #> }
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Prerequisites
Summary
class snippet has space between
<
and#
characters which causes syntax error.PowerShell Version
Visual Studio Code Version
Extension Version
Steps to Reproduce
class
in vscode.What you will see next, is:
Visuals
Logs
No response
The text was updated successfully, but these errors were encountered: