You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, as the following picture, in the Visual Studio Code remote ssh state, Peripheral Inspector extension is not available. Could you add this feature? Thank you!
The text was updated successfully, but these errors were encountered:
After I add "workspace" in the package.json, the Peripheral Inspector extension state is change, as the following picture, is no longer gray, but it indicates Reload Window.
Even though I click Reload Window, it still doesn't work and indicates Reload Window again. Could you help me take a look at it? Thank you!
The error suggests there is a hard dependency between extensions. I would recommend you don't have a concrete coupling like this as it causes a lot of issues.
The approach I would recommend:
If you want to install extensions in a bundle - have your main one act as an extensionPack (in your case this looks like renesas debug is the main one)
If you rely on functionality in another extension, check it is installed first (vscode.extensions.all) and fail gracefully. If its there you can activate it to get the Api or call known commands from it
Type: Feature Request
Hello, as the following picture, in the Visual Studio Code remote ssh state, Peripheral Inspector extension is not available. Could you add this feature? Thank you!
The text was updated successfully, but these errors were encountered: