forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-editor-*User-facing catch-allUser-facing catch-alldebtCovers everything internal: CI, testing, refactoring of the codebase, etc.Covers everything internal: CI, testing, refactoring of the codebase, etc.needs PRReady to be worked onReady to be worked on
Milestone
Description
We see this often where ComSpec env variable is some how set to invalid path. We should detect this and log. This happens way too often.
Essentially the ENOENT (-4058) error with -c " " error usually means that Node exec tried to get default shell on Windows using ComSpec
and since ComSpec was wrong it was failing while trying to shell execute python commands.
Originally posted by @karthiknadig in #16684 (comment)
TogrulKazimov and karrtikr
Metadata
Metadata
Assignees
Labels
area-editor-*User-facing catch-allUser-facing catch-alldebtCovers everything internal: CI, testing, refactoring of the codebase, etc.Covers everything internal: CI, testing, refactoring of the codebase, etc.needs PRReady to be worked onReady to be worked on