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
Issue Type: Bug
Formatter doesn't treat script blocks inside It statements correctly in Pester:
..It 'should not format way' { .{ & $runnerScript @badparams} | Should -Throw "an error" ..}
The above block of code should look like this:
..It 'should not format way' { ....{ & $runnerScript @badparams } | Should -Throw "an error" ..}
Extension version: 2020.5.0 VS Code version: Code - Insiders 1.46.0-insider (cd41dd1f6065db76c77c6e2f659bb50e6f558dec, 2020-05-29T05:51:32.662Z) OS version: Windows_NT x64 10.0.17134
The text was updated successfully, but these errors were encountered:
Thanks @fromthewoods this looks likes a duplicate of PowerShell/PSScriptAnalyzer#1496
Sorry, something went wrong.
This issue has been marked as duplicate and has not had any activity for 1 day. It has been closed for housekeeping purposes.
No branches or pull requests
Issue Type: Bug
Formatter doesn't treat script blocks inside It statements correctly in Pester:
The above block of code should look like this:
Extension version: 2020.5.0
VS Code version: Code - Insiders 1.46.0-insider (cd41dd1f6065db76c77c6e2f659bb50e6f558dec, 2020-05-29T05:51:32.662Z)
OS version: Windows_NT x64 10.0.17134
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: enabled
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled
The text was updated successfully, but these errors were encountered: