updated venv:create to use python3 instead of python

This commit is contained in:
Yangwook Kang
2026-03-19 23:55:41 -07:00
parent dcbc41571f
commit d40d0cceea
+1 -1
View File
@@ -5,7 +5,7 @@
{
"label": "venv: create",
"type": "shell",
"command": "python -m venv .venv",
"command": "python3 -m venv .venv",
"problemMatcher": []
},