-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add a diagnostic to validate COMSPEC
env variable
#18791
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
Comments
Thanks for the bug report, but unfortunately, we need some more information from you in order to triage this issue appropriately. Please follow instructions here to create a new bug with all the critical details we need for diagnosis. |
@jose-jordan please use the bug reporting feature in VS Code to report bugs. Also, please include the logs from Output > Python . We don't have any information here to figure out what is going on I you don't provide the information we need. |
This is from output>python.
|
@jose-jordan Can you share the full path of where you have python installed? Also, can you run these commands from your command prompt and share the results:
|
Can you run the following in command prompt and send the output?
|
Can you also run |
COMSPEC
env variable isn't set appropriately)
@jose-jordan Typicaly ComSpec is supposed to be set to this value: @karrtikr Might be a good idea to add a diagnostic to validate that the ComSpec is pointing to a valid cmd.exe or some file that exists. |
sir i try it and give answer give me some time please.thanks for help |
COMSPEC
env variable isn't set appropriately)COMSPEC
env variable
Seems like it worked for you. The other issue you face is not related to the Python extension, I recommend you to delete the setting |
[{ |
Please just follow the instructions in the Problems window, remove that setting to start with. |
The COMSPEC diagnostic is duplicate of #16692 |
sir is there any option to get help for solving my problems in vs code.i want to run vs code but in https://github.com/microsoft/vscode, there is no one come to help me like you.please help me sir |
You can ask your questions on stack overflow here: https://stackoverflow.com/questions/tagged/visual-studio-code Or you can also ask them here: https://github.com/microsoft/vscode-python/discussions |
Perhaps it'll be sufficient to make sure it carries:
Note according to https://postgrespro.com/list/thread-id/1529515 it may also end with a semicolon, so some investigate research may also be required to double check the possibilities.
The text was updated successfully, but these errors were encountered: