-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Validate people's settings #648
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
When someone has a |
However that (file or folder name) shouldn't cause any problems (not anymore). |
This may be related: https://code.visualstudio.com/updates/v1_38#_validation-for-string-array-settings |
Closing this as being too broad of an idea; should be tackled on a setting-by-setting situation. |
If you look at some of the issues that people file, e.g. #418, they stem from mis-configuration. Some of the common issues are:
["--hello world"]
instead of["--hello", "world"]
python.pythonPath
PYTHONPATH
valuespythonw.exe
instead ofpython.exe
The text was updated successfully, but these errors were encountered: