Open
Description
Not sure if we already do this or if it's possible, but we've had a few issues to do with encoding.
Ideally that information should just be in the logs.
Specifically we should add:
- The
"files.encoding"
to the VSCode extension logs - PowerShell's
$OutputEncoding
(and possibly others) to the EditorServices logs
Thoughts? Any other suggestions?