add dev-shell

This commit is contained in:
2023-05-20 17:30:15 +00:00
parent 86c1a7f346
commit d39b481237
3 changed files with 57 additions and 48 deletions

View File

@@ -1,3 +1,10 @@
{
"dotnet-test-explorer.testProjectPath": "**/*Tests.csproj"
"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
}
}
}