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

With powershell terminal, this fails. #3

Closed
MariwanJ opened this issue Jul 18, 2022 · 1 comment
Closed

With powershell terminal, this fails. #3

MariwanJ opened this issue Jul 18, 2022 · 1 comment

Comments

@MariwanJ
Copy link

cmd: The term 'cmd' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

cmd is not defined inside powershell
and Visual Studio code uses powershell (Windows 10)

@nils-soderman
Copy link
Owner

Hi,

Thank you for reporting this issue!
This should now been fixed with the v0.0.5 release (changelog).

Instead of using 'cmd' the extension will now use the absolute path to 'cmd.exe' ("C:\windows\System32\cmd.exe" by default, can be changed in the user settings).

Cheers,
Nils

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

2 participants