summaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index e8f3a966..d2308c6f 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -37,6 +37,6 @@
"vetur.format.defaultFormatter.js": "vscode-typescript",
"vetur.format.defaultFormatter.html": "js-beautify-html",
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
- "python.pythonPath": "/usr/bin/python3.6",
+ "python.pythonPath": "venv/bin/python",
"restructuredtext.confPath": "${workspaceFolder}/docs"
} \ No newline at end of file