Platform IO beheben: "No tasks to run found. Configure tasks..."
English
Deutsch
Wenn Sie diese Meldung sehen, während Sie versuchen, eine PlatformIO-Aufgabe wie Build oder Upload auszuführen:
platformio_message.txt
No tasks to run found. Configure tasks...können Sie dies leicht beheben: Öffnen Sie Preferences: Open settings (JSON) in Visual Studio Code (die Standard-Tastenkombination zum Öffnen des Aktionsmenüs ist Ctrl+Shift+P).
Suchen Sie dann nach dieser Zeile:
settings.json
"task.autoDetect": "off"und löschen Sie sie.
Speichern Sie nun die Datei. Sie können PlatformIO-Aufgaben sofort nach dem Speichern von settings.json ausführen, ohne Visual Studio Code neu zu starten!
Check out similar posts by category:
PlatformIO
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow