{ "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", "python.defaultInterpreterPath": "${env:PYTHON_BIN}" }