When I installed the latest version of Visual Studio Code, the display became strange.

I couldn't debug with Visual Studio Code, so when I reinstalled it, "Welcome", "APPLICATION", and "CONNECTED DEVICES"

only displayed "Loading..". Please tell me how to improve it.

Parents Reply Children
  • Hi Norio,

    Do you still get the Problems when you try to build? Even after re installing?

    In the support information that you had attached in the previous ticket, your workspace location is as follows

    Could you maybe try to change the workspace location to within the ncs folder, say, "c:\\ncs\\vsc\\" so that the VSC samples that you try come inside this path instead of inside "c:\\Users\\protec\\Desktop\\"?

    -Priyanka

  • Hi,

    I tried changing the save destination to "c:\\ncs\\vsc\\" when creating the app, but an error occurred when including, and "c_cpp_properties.json" was not generated in the project.
    I've tried the latest stall several times, but it doesn't improve.
    What's the reason?

  • Hi Norio,

    Wen you open VS Code, do you see any similar pop ups?

    If so, please try selecting the appropriate options and then is the "Loading..." problem solved?

    Also, have you tried opening the VS Code via the Toolchain Manager and also separately (not from Toolchain Manager)? Do you have the problem in both cases?

    -Priyanka

  • Hi,

    Thank you very much for contacting me.
    Although the popup was not displayed, I was able to confirm that "c_cpp_properties.json" was generated by unchecking "Enable debug options" in the build settings.

    Thanks to you, "Loading..." is no longer displayed.

    I'm currently trying to change the host name of "https_client" and check the operation, but it doesn't work.

    Even after changing the host name back to the original, "Waiting for network.." is output and it stops. (I have confirmed that it works without any problems before changing the host name)

    Is certificate provisioning failing?

    I would be happy to get your advice.

  • Hi Norio,

    Glad to hear that it works now. Slight smile

    Since the answer to your query has been found, I would suggest you to close the ticket and begin a new ticket for the query regarding the sample so that the query can be filtered out and can help other DevZone customers when searching for answers.

    -Priyanka

Related