10 lines
302 B
JSON
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
|
|
}
|
|
}
|
|
} |