Skip to content

Commit 64a005c

Browse files
authored
Merge pull request #197 from semuconsulting/RC-1.2.58
Rc 1.2.58
2 parents fdea031 + 83f70f5 commit 64a005c

File tree

9 files changed

+604
-593
lines changed

9 files changed

+604
-593
lines changed

.vscode/settings.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
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
],
@@ -16,4 +20,7 @@
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

Comments
 (0)