mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08:00
Coderabit
This commit is contained in:
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@@ -11,6 +11,10 @@
|
||||
// Let the Python extension invoke pytest via the interpreter; avoid hardcoded paths
|
||||
// Removed python.testing.pytestPath and legacy pytest.command overrides
|
||||
|
||||
"terminal.integrated.defaultProfile.linux": "bash",
|
||||
"terminal.integrated.profiles.linux": { "bash": { "path": "/bin/fish" } }
|
||||
"terminal.integrated.defaultProfile.linux": null,
|
||||
"terminal.integrated.profiles.linux": {
|
||||
"ash": {
|
||||
"path": "/bin/fish"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user