vscode icon indicating copy to clipboard operation
vscode copied to clipboard

out of the box windows does not have working shell integration

Open meganrogge opened this issue 6 months ago • 4 comments

Using parallels, I downloaded VS Code Insiders, I opened the terminal and see that there's no shell integration.

Image Image

Logs show PartialCommandDetection is added

(shellProcessId: 484) []
2025-06-11 13:37:11.852 [debug] terminalInstance added capability [3]

meganrogge avatar Jun 11 '25 17:06 meganrogge

@meganrogge try running that pwsh command without the try { and } catch {} parts, it's probably suppressing some error.

Tyriar avatar Jun 16 '25 14:06 Tyriar

which command? @Tyriar

meganrogge avatar Jun 16 '25 16:06 meganrogge

Image

Tyriar avatar Jun 16 '25 17:06 Tyriar

Just running . <ps1 file> inside that session will probably show an error

Tyriar avatar Jun 16 '25 17:06 Tyriar

Image

meganrogge avatar Jun 16 '25 19:06 meganrogge

Thanks, this fixed it . Wondering if we should be surfacing the error in the details?

Image

meganrogge avatar Jun 16 '25 19:06 meganrogge