add dev-shell
This commit is contained in:
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user