why vscode will not detect packages inside conda environment code example
Example: pipenv with vscode
pipenv --py
take the output of this and put it in the "select interperter"
pipenv install --dev pylint
for error validation
pipenv --py
take the output of this and put it in the "select interperter"
pipenv install --dev pylint
for error validation