vscode: fix argv.json path

This commit is contained in:
Ryan Horiguchi 2026-01-18 15:03:19 +01:00 committed by Austin Horstman
parent 83bcb17377
commit 5148e08046
3 changed files with 10 additions and 2 deletions

View file

@ -81,7 +81,7 @@ let
else
"${config.xdg.configHome}/${configDir}/User";
argvPath = "${configDir}/argv.json";
argvPath = "${extensionDir}/argv.json";
configFilePath =
name: "${userDir}/${optionalString (name != "default") "profiles/${name}/"}settings.json";
tasksFilePath =