Connor Peet
Connor Peet
> For me to understand: this requires use of powershell, or are profiles also supported for the new windows terminal? The new windows terminal is just a wrapper around cmd/powershell,...
I've done so, and made it work on all platforms for the uncommon Linux/macOS users of powershell. I don't _love_ adding profile path logic into VS Code but the efficiency...
Fixed the handling for Powershell 5. I couldn't figure out how to get around the "The ampersand (&) character is not allowed" there. But, Powershell is actually quite capable of...
Currently our profiles come from the Profiler V8 domain. Marks appear on the PerformanceTimeline which is not something we interact with yet, so implementing this is not super trivial. I...
What version of VS Code are you using?
Please collect a log file using the instructions in the issue template, thanks!
These are the instructions on how to capture a trace log: > If you're able to, add `"trace": true` to your `launch.json` and reproduce the issue. The location of the...
What version of Node.js are you using?
Hit this as well -- seems like the bufferSize needs to be `input.length + 1`. (Yes, length in UTF-16 code units, not bytes.) Is there any downside to always setting...