ARM-software / vscode-cmsis-csolution

Extension support for VS Code CMSIS Project Extension
https://marketplace.visualstudio.com/items?itemName=Arm.cmsis-csolution
Other
23 stars 5 forks source link

Active solution fail to load the project details #23

Closed LMESTM closed 1 year ago

LMESTM commented 1 year ago

Type: Bug Report

Active solution fail to load the project details. A colleague of mine installed the extension csolution is listed but not Target Type / Build Type / Project. The same project works fine on other colleagues environment

image

It comes together with an error popup: image

There is also an error that we don't understand in the output channel image maybe that can help explaining the root cause ?

Describe the bug

To Reproduce Not sure how to reproduce this issue ... If there is anything we can look at, just let us know

mcgordonite commented 1 year ago

Are you working behind a proxy? We've had a few reports of problems, but they seem to be resolved by configuring the environment variables here: "2. Configure an HTTP proxy" in https://github.com/ARM-software/vscode-cmsis-csolution#install-the-cmsis-toolbox.

LMESTM commented 1 year ago

@mcgordonite - thanks for the hint ! we confirm that the problem is related to PROXY settings and mor particularly from not setting NO_PROXY variable. Maybe the displayed error might be more explicit for users ?

mcgordonite commented 1 year ago

Great, glad to hear the issue was resolved.

Maybe the displayed error might be more explicit for users ?

Good suggestion. We'll investigate showing a notification or other message with guidance in situations like this.