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
Thanks for reporting this @hobbsjm ! It would be really helpful in terms of diagnosing the issue if you could provide logs, instructions for how to do that are here
This looks like an encoding problem; your PowerShell session is trying to read CP-1252, but VSCode has written the file in UTF-8 without a BOM.
The simplest solution is to set "files.encoding": "utf8bom" in your VSCode settings (Ctrl+,).
The PowerShell extension can't see this or configure around it -- it's a configuration problem between the PowerShell session and VSCode, one that's fixed in PowerShell 6.
Issue Type: Bug
Run the following script with appropriate values for sender, recipient and SMTP relay:
This generates the following error:
Running the same script in the PowerShell console or PowerShell ISE works without issue.
Also note the unexpected characters '–' in the error message.
Extension version: 1.11.0
VS Code version: Code 1.31.0 (7c66f58312b48ed8ca4e387ebd9ffe9605332caa, 2019-02-05T22:35:56.624Z)
OS version: Windows_NT x64 10.0.17134
System Info
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: enabled
surface_synchronization: enabled_on
video_decode: enabled
webgl: enabled
webgl2: enabled
The text was updated successfully, but these errors were encountered: