-
Notifications
You must be signed in to change notification settings - Fork 523
Closed
Labels
Resolution-DuplicateWill close automatically.Will close automatically.
Description
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
| Item | Value |
|---|---|
| CPUs | Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz (4 x 3193) |
| GPU Status | 2d_canvas: enabled 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 |
| Load (avg) | undefined |
| Memory (System) | 15.91GB (3.42GB free) |
| Process Argv | |
| Screen Reader | no |
| VM | 0% |
Metadata
Metadata
Assignees
Labels
Resolution-DuplicateWill close automatically.Will close automatically.