VSCode configure task: Use the env's Python interpreter

This commit is contained in:
LagoLunatic
2025-03-16 21:49:29 -04:00
parent ae528dc3d9
commit c91ade372a
+1 -1
View File
@@ -29,7 +29,7 @@
{
"label": "configure",
"type": "shell",
"command": "python configure.py --version ${input:gameVersion}",
"command": "${command:python.interpreterPath} configure.py --version ${input:gameVersion}",
"problemMatcher": [],
},
]