Visual studio code warning "The directory "" could not be found."

When starting VCS, I get a message from the nRF Connect for Visual Studio Code extension. It says "The directory "project_name" could not be found. The problem is that I have deleted the folders containing these projects long ago. I have tried uninstalling the extension, deleting the folders and reinstalling VCS, but the problem still remains. It does not affect the development of the application, but it is annoying. I attach a picture of the warning:

Parents Reply Children
  • Hi,

    Unfortunately, removing the applications from the settings.json file did not help.

    My workspace I was working on was untitled. After adding the name of the workspace, the file {name_of_workspace}.code-workspace appeared in the .vscode folder. In this file nrf-connect applications became visible among which were also old, deleted projects. After removing them from the file, the warning no longer shows up. The problem has been solved, thank you for your help.

    Best regards, Peter

Related