mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-23 06:54:16 -04:00
VSCode configure task: Use the env's Python interpreter
This commit is contained in:
Vendored
+1
-1
@@ -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": [],
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user