vscode
vscode copied to clipboard
out of the box windows does not have working shell integration
Using parallels, I downloaded VS Code Insiders, I opened the terminal and see that there's no shell integration.
Logs show PartialCommandDetection is added
(shellProcessId: 484) []
2025-06-11 13:37:11.852 [debug] terminalInstance added capability [3]
@meganrogge try running that pwsh command without the try { and } catch {} parts, it's probably suppressing some error.
which command? @Tyriar
Just running . <ps1 file> inside that session will probably show an error
Thanks, this fixed it . Wondering if we should be surfacing the error in the details?