11{
2+ // These test, build and deploy tasks are targeted at a venv
3+ // called 'pygpsclient' located in the user's home directory.
4+ // Set your workspace default VSCode Python interpreter to
5+ // this venv, i.e.
6+ // "${userHome }/pygpsclient/bin/python3" on linux/macos
7+ // "${userHome}/pygpsclient/Scripts/python" on windows
28 "python.testing.pytestEnabled" : true ,
3- "python.testing.unittestEnabled" : false ,
49 "python.terminal.activateEnvironment" : true ,
510 "editor.formatOnSave" : true ,
611 "modulename" : " ${workspaceFolderBasename}" ,
712 "distname" : " ${workspaceFolderBasename}" ,
8- //"venv": "${env:UserProfile }/pygpsclient",
9- "venv" : " ${env:HOME}/pygpsclient" ,
13+ "venv" : " ${userHome}/pygpsclient" ,
1014 "python.testing.pytestArgs" : [
1115 " tests"
1216 ],
1620 "chat.notifyWindowOnConfirmation" : false ,
1721 "telemetry.feedback.enabled" : false ,
1822 "python.analysis.addHoverSummaries" : false ,
23+ "python-envs.defaultEnvManager" : " ms-python.python:venv" ,
24+ "python-envs.pythonProjects" : [],
25+ "python.defaultInterpreterPath" : " ${userHome}/pygpsclient/bin/python3"
1926}
0 commit comments