The RIOT Init command hangs on "RIOT setup, please wait", and generates only the tasks.json file (with correct content) and a riot_paths.json file with this strange content
{
"browse": {
"path": []
}
}
All settings are configured correctly (make command completes with success)
This is the environment I'm working on:
OS: Ubuntu 22.04 (on X11)
Board: ESP8266
The project I've tested is Arduino hello-world example.
Does anyone know any hint?