summaryrefslogtreecommitdiff
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-03-16 21:49:29 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-03-16 21:49:29 -0400
commitc91ade372a9560eb511fc94369cbc229819f7ef6 (patch)
tree63ee56619c00b1461780abfadc671f58589a1e9c /.vscode/tasks.json
parentae528dc3d91cebd494d8d84b8127266a94e86ba7 (diff)
VSCode configure task: Use the env's Python interpreter
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r--.vscode/tasks.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index b4747db5..b4ba3830 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -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": [],
},
]