do not save announcements to files anymore

This commit is contained in:
2025-03-04 13:44:38 +01:00
parent 1b48ade5d4
commit fc15604b8e
7 changed files with 133 additions and 39 deletions
+5
View File
@@ -13,6 +13,11 @@
"label": "pip install -e bumble",
"type": "shell",
"command": "./venv/bin/python -m pip install -e ../bumble --config-settings editable_mode=compat"
},
{
"label": "pip install -e auracast",
"type": "shell",
"command": "./venv/bin/python -m pip install -e ../bumble-auracast --config-settings editable_mode=compat"
}
]
}