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
The following works in ISE etc but not in this product:
foreach ($assembly in $smoarray) {
$assembly = [Reflection.Assembly]::LoadWithPartialName($assembly)
}
... returns "Missing closing '}' in statement block or type definition."
Adding backticks to escape the linefeed also doesn't work, returns:
"Incomplete string token."
Extension version: 2019.9.0
VS Code version: Code 1.39.2 (6ab598523be7a800d7f3eb4d92d7ab9a66069390, 2019-10-15T15:35:18.241Z)
OS version: Windows_NT x64 10.0.17763
System Info
Item
Value
CPUs
Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz (4 x 3193)
Issue Type: Bug
The following works in ISE etc but not in this product:
foreach ($assembly in $smoarray) {
$assembly = [Reflection.Assembly]::LoadWithPartialName($assembly)
}
... returns "Missing closing '}' in statement block or type definition."
Adding backticks to escape the linefeed also doesn't work, returns:
"Incomplete string token."
Extension version: 2019.9.0
VS Code version: Code 1.39.2 (6ab598523be7a800d7f3eb4d92d7ab9a66069390, 2019-10-15T15:35:18.241Z)
OS version: Windows_NT x64 10.0.17763
System Info
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_deferred_display_list: disabled_off
skia_renderer: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: disabled_off
webgl: enabled
webgl2: enabled
The text was updated successfully, but these errors were encountered: