VSCode tipsPublished: 2018-09-02 by Julien Enselme in Trucs et astuces • Tagged with: VSCodeContentsPythonvenvPythonvenvTo use a venv with VSCode, add in the folder settings: { "python.pythonPath": "~/.virtualenvs/bureauxlocaux--Uxk5jFn/bin/python", "python.unitTest.pyTestEnabled": true } Read more...