Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSCode throws error when running PSGraph in the integrated terminal #47

Closed
KevinMarquette opened this issue Oct 10, 2017 · 1 comment
Closed

Comments

@KevinMarquette
Copy link
Owner

graph g {
    edge a b
} | Export-PSgraph -ShowGraph

Export-PSgraph : Program 'dot.exe' failed to run: The method or operation is not implemented

I am only seeing this in the integrated terminal. But this looks like many native commands generate this error too.

.\dot.exe -?
.\robocopy.exe -?

I found this thread on the issue with VSCode: PowerShell/vscode-powershell#972

@KevinMarquette
Copy link
Owner Author

This should be resolved with PowerShell/PowerShellEditorServices#396

The primary cause of this is running a transcript in the integrated console. Double check your profile and or company group policy that could be enabling transcription.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant