You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure you have python and python extension installed.
Make sure python extension is activated (open python file)
Create requirements.txt with following content:
flake8
flake8-docstrings; os_name != 'nt'
httpx
Things to check:
For os specific case you should see the create env button only if the dependency that applies to your os (as in the constraint passes). More environment markers here (https://peps.python.org/pep-0508/#environment-markers)
If there are no dependencies or if all packages are installed then Create Environment button should go away.
You should be able to see some hint squiggle for cases where the package is missing.
Note: we don't trigger on file system events to detect package installs at this point. So you will need to close and reopen the file for this.
Note 2: We don't validate versions at this point. We only detect if a package is installed.
The text was updated successfully, but these errors were encountered:
Refs: #21140
Complexity: 2
Create Issue
Requirements
Verification steps:
requirements.txt
with following content:Things to check:
Create Environment
button should go away.Note: we don't trigger on file system events to detect package installs at this point. So you will need to close and reopen the file for this.
Note 2: We don't validate versions at this point. We only detect if a package is installed.
The text was updated successfully, but these errors were encountered: