VSCode tips
Python
venv
To use a venv with VSCode, add in the folder settings:
{ "python.pythonPath": "~/.virtualenvs/bureauxlocaux--Uxk5jFn/bin/python", "python.unitTest.pyTestEnabled": true }
To use a venv with VSCode, add in the folder settings:
{ "python.pythonPath": "~/.virtualenvs/bureauxlocaux--Uxk5jFn/bin/python", "python.unitTest.pyTestEnabled": true }