diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-16 21:49:29 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-16 21:49:29 -0400 |
| commit | c91ade372a9560eb511fc94369cbc229819f7ef6 (patch) | |
| tree | 63ee56619c00b1461780abfadc671f58589a1e9c /.vscode/tasks.json | |
| parent | ae528dc3d91cebd494d8d84b8127266a94e86ba7 (diff) | |
VSCode configure task: Use the env's Python interpreter
Diffstat (limited to '.vscode/tasks.json')
| -rw-r--r-- | .vscode/tasks.json | 2 |
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": [], }, ] |
