python/.vscode/settings.json hinzugefügt

feature/interestingPoints
Dennis Eggen 2025-10-26 13:06:54 +01:00
parent e6299eb1bf
commit 8cdd2bbce2
1 changed files with 8 additions and 0 deletions

8
python/.vscode/settings.json vendored 100644
View File

@ -0,0 +1,8 @@
{
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash"
}
}
}