Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"RIOT Init" command hangs on "RIOT setup, please wait" #16

Open
luverolla opened this issue Aug 18, 2022 · 1 comment
Open

"RIOT Init" command hangs on "RIOT setup, please wait" #16

luverolla opened this issue Aug 18, 2022 · 1 comment

Comments

@luverolla
Copy link

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?

@luverolla
Copy link
Author

For anyone struggling with this problem, I found a workaround.

Since the tasks.json is correctly generated, the only problem left is the unability, for VSCode, to resolve include paths. These paths are the same as those generated in the eclipsesym.xml file, when following the Eclipse configuration guide.

So, it's only necessary to add these paths into the includePath field of c_cpp_properties.json, under the workspaceFolder item (the file, if not yet present, can be generated by editing the settings of C/C++ extension in VSCode)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant