vscode: fix argv.json path
This commit is contained in:
parent
83bcb17377
commit
5148e08046
3 changed files with 10 additions and 2 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue