Ed Callahan

Results 6 comments of Ed Callahan

I haven't dug into it as deeply as @mmunchandersen, but I am having the same issue. Powershell extension is just not starting, unable to run powershell 5 scripts. I'm on...

> can you try the version of VS code that was broken, but with shell integration explicitly disabled? I added: `"terminal.integrated.shellIntegration.enabled": false` to my settings.json and restarted vscode, but same...

> Try to comment setting `powershell.powerShellDefaultVersion`. It worked for me on several computers. That is already set in my settings.json `"powershell.powerShellDefaultVersion": "Windows PowerShell (x64)",`

>(https://github.com/EdCallahan) The value of `Windows PowerShell (x64)` does not work (dont know why) and causes the PS extension never start. @scriptingstudio Oh, I see what you meant. I commented that...

> I know that this setting says it "has no effect on Windows" _but_ I can reproduce the hang when it's set to its default (true) and it stops hanging...

Same here, my disk filled up from use of Write-EventLog. I've found that `Import-Module Microsoft.PowerShell.Management -UseWindowsPowershell` will create a remoteIpMoProxy_MicrosoftPowerShellManagement folder in my temp directory that is never cleaned up....