Files
2023-05-20 19:51:55 +02:00

10 lines
302 B
JSON

{
"dotnet-test-explorer.testProjectPath": "**/*Tests.csproj",
"terminal.integrated.profiles.linux": {
"dev-shell": {
"path": "bash",
"args": [ "-c", "nix --experimental-features \"nix-command flakes\" develop"],
"overrideName": true
}
}
}