Darren Kattan
Darren Kattan
I updated to the latest release yesterday and it is working great!
> Hey, can you test in a PowerShell terminal that's in VS Code, but is not the extension terminal? Can you also test with VS Code's shell integration feature disabled?...
> I'm having a hard time disabling the shell integration. I set "terminal.integrated.shellIntegration.enabled": false but $env:TERM_PROGRAM still shows `vscode` even after relaunching. I'll hammer on it more tomorrow. For posterity:...
Okay here's something interesting and potentially unrelated but on Windows Write-Progress output is included in the transcript and gets clobbered by yarn --version's output: ``` ********************** PowerShell transcript start Start...
> I fix my problem. In global VS Code settings file I found line: `"typescript.tsserver.experimental.enableProjectDiagnostics": true` I removed this line and it resolve problem It would be really nice if...