vs-code-conan icon indicating copy to clipboard operation
vs-code-conan copied to clipboard

Dosn't work

Open kgrach opened this issue 2 years ago • 4 comments

Hi. I try to use your plugin, but get an error. Why? image

kgrach avatar May 18 '22 16:05 kgrach

image

kgrach avatar May 18 '22 17:05 kgrach

@kgrach Hi I will have a look at it and give you feedback as soon as possible

mymichu avatar May 24 '22 10:05 mymichu

I am running into the same issue, when trying to run it from a RHEL machine. Just to be clear this appears with: "Pick Profile", "Create Template", and the "Install" commands.

When I check the "Runtime Status" I get the following error: Command failed: conan profile list /bin/sh: conan: command not found

EDIT: I tried running conan via a task and ran into the same issue, I was able to solve it by adding this configuration to my settings.json and then adding the following,

"terminal.integrated.defaultProfile.linux": "bash",

It may be that the method used to execute the conan commands doesn't load in the environment variables on unix-type platforms?

clxyder avatar May 27 '22 14:05 clxyder

Hi, Same for me (WSL Ubuntu) for all the extensions commands :-(
I checked the "Runtime Status" and nothing was there.
@clxyder fix didn't work either.
I use version 0.8.5.

I downgraded it to 0.8.4 and all seems to work.

BlueSolei avatar Jul 16 '22 15:07 BlueSolei