Cannot globally set Import Strategy #581
Labels
bug
Issue identified by VS Code Team member as probable bug
good first issue
Good for newcomers
help wanted
Issues identified as good community contribution opportunities
needs PR
Diagnostic Data
Behaviour
Expected Behavior
Actual Behavior
pip install -e
, but may also be other packages in the current environment. This leads to lots of linting errors.fromEnvironment
for the Workspace.fromEnvironment
for User settings. I would expect this to apply to all workspaces where this setting is not set? However, every workspace needs manually setting tofromEnvironment
.Reproduction Steps:
pip install -e .
Logs:
I haven't taken any logs. Please let me know if they would be helpful
Outcome When Attempting Debugging Steps:
Did running it from the command line work? Pylint works fine from command line or if "fromEnvironment" is set.
Extra Details
Not that I can think of.
The text was updated successfully, but these errors were encountered: