Files
audiokit/.vscode/extensions.json
Jose 4f3bab94f8 feat : Added new feature for audio processing with AudioKit and MidiBleServer
Implemented a new audio processing system using AudioKit and MidiBleServer, allowing for real-time audio processing and MIDI control.
2025-11-09 08:52:30 +01:00

11 lines
274 B
JSON

{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}