tests/vscode: fix darwin snippets test
This commit is contained in:
parent
8d2a058108
commit
1fd39a1055
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ let
|
|||
|
||||
snippetsDir = name:
|
||||
if pkgs.stdenv.hostPlatform.isDarwin then
|
||||
"Library/Application Support/Code/User${
|
||||
"Library/Application Support/Code/User/${
|
||||
lib.optionalString (name != "default") "profiles/${name}/"
|
||||
}/snippets"
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue