forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Milestone
Description
refs: #17973
- macOS @lszomoru
- linux @TylerLeonhardt
- windows @karthiknadig
Complexity: 5
Requirements
- Use Insiders build of the python extension.
- Install conda(version greater than 4.9.0)
Verify that everything works with conda environment
Check this:
- The format command works correctly using conda run.
- The linting command works fine using conda run.
- Tests run successfully using conda run.
Verify that everything works with a non-conda environment
Check this:
- The format command works correctly.
- The linting command works fine.
- Tests run successfully