Skip to content

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

Closed
brettcannon opened this issue Jan 29, 2018 · 4 comments
Closed

Validate people's settings #648

brettcannon opened this issue Jan 29, 2018 · 4 comments
Labels
area-diagnostics Logging/Features to facilitate diagnosing user problems feature-request Request for new features or functionality needs proposal Need to make some design decisions

Comments

@brettcannon
Copy link
Member

brettcannon commented Jan 29, 2018

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:

  • CLI args where the space is embedded in a string instead of as two separate items, e.g. ["--hello world"] instead of ["--hello", "world"]
  • Invalid/ambiguous python.pythonPath
  • Invalid PYTHONPATH values
  • Ensure users do not select the executable pythonw.exe instead of python.exe
@brettcannon brettcannon added feature-request Request for new features or functionality feature-extension labels Jan 29, 2018
@MikhailArkhipov MikhailArkhipov self-assigned this Jan 29, 2018
@brettcannon
Copy link
Member Author

When someone has a .env folder without specifying a specific envvar file location (and if we don't emit parse errors for the .env file, that too 😉 ). Seems like people like naming their virtual environments .env and don't know that is a common default file name.

@DonJayamanne
Copy link

However that (file or folder name) shouldn't cause any problems (not anymore).

@luabud
Copy link
Member

luabud commented Sep 18, 2019

@luabud luabud added needs proposal Need to make some design decisions and removed needs PR labels Sep 18, 2019
@brettcannon brettcannon removed the needs proposal Need to make some design decisions label Jan 16, 2020
@ghost ghost added the triage-needed Needs assignment to the proper sub-team label Jan 16, 2020
@brettcannon brettcannon added the needs proposal Need to make some design decisions label Jan 16, 2020
@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Jan 16, 2020
@luabud luabud removed the -review- label Apr 8, 2020
@luabud luabud removed their assignment May 12, 2022
@brettcannon
Copy link
Member Author

Closing this as being too broad of an idea; should be tackled on a setting-by-setting situation.

@brettcannon brettcannon closed this as not planned Won't fix, can't repro, duplicate, stale Dec 8, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-diagnostics Logging/Features to facilitate diagnosing user problems feature-request Request for new features or functionality needs proposal Need to make some design decisions
Projects
None yet
Development

No branches or pull requests

4 participants