13 lines
324 B
JSON
13 lines
324 B
JSON
{
|
|
"nixEnvSelector.nixFile": "${workspaceFolder}/shell.nix",
|
|
"terminal.integrated.profiles.linux": {
|
|
"Nix Shell": {
|
|
"path": "nix",
|
|
"args": ["develop"],
|
|
"icon": "terminal-linux"
|
|
}
|
|
},
|
|
"terminal.integrated.defaultProfile.linux": "Nix Shell",
|
|
"ansible.python.interpreterPath": "/bin/python"
|
|
}
|