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
Create a new file test.psm1 and paste this inside: Line 1: if (a -eq b) { Line 2: do Create Yeoman generator for PowerShell projects #1 Line 3: } elseif (a -gt b) { Line 4: do Signature help does not appear in VS Code 0.10.0 #2 Line 5: } else { Line 6: do Implement document and workspace symbol providers for classes #3 Line 7: }
collapse line 1
Expected: Only line #2 is hidden Actual: Lines #2 and #3 are hidden
This happens in PSM1 files but not in PS1 files
Follow the instructions in the README about capturing and sending logs.
The text was updated successfully, but these errors were encountered:
Hi @alongafni, this should be fixed by #1557, but is not released yet.
You should be able to get a preview build for it here (install with code --install-extension ./PowerShell-insiders.vsix).
code --install-extension ./PowerShell-insiders.vsix
I'll close this issue for now, but let us know if that doesn't fix it and we can reopen.
Sorry, something went wrong.
No branches or pull requests
Issue Description
Create a new file test.psm1 and paste this inside:
Line 1: if (a -eq b) {
Line 2: do Create Yeoman generator for PowerShell projects #1
Line 3: } elseif (a -gt b) {
Line 4: do Signature help does not appear in VS Code 0.10.0 #2
Line 5: } else {
Line 6: do Implement document and workspace symbol providers for classes #3
Line 7: }
collapse line 1
Expected: Only line #2 is hidden
Actual: Lines #2 and #3 are hidden
This happens in PSM1 files but not in PS1 files
Attached Logs
Follow the instructions in the README about
capturing and sending logs.
Environment Information
Visual Studio Code
PowerShell Information
Visual Studio Code Extensions
Visual Studio Code Extensions(Click to Expand)
The text was updated successfully, but these errors were encountered: