updated venv:create to use python3 instead of python
This commit is contained in:
Vendored
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
{
|
{
|
||||||
"label": "venv: create",
|
"label": "venv: create",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "python -m venv .venv",
|
"command": "python3 -m venv .venv",
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user