Issue Summary
The conanUserHome configuration option is not respected and the default of ~/.conan is always used
Actual Behavior
This is my configuration:
"vsconan.conan.profile.default": "debug",
"vsconan.conan.profile.configurations": {
"debug": {
"conanVersion": "1",
"conanPythonInterpreter": "/home/drew/.local/share/pipx/venvs/conan/bin/python",
"conanExecutable": "/home/drew/.local/bin/conan",
"conanExecutionMode": "conanExecutable",
"conanUserHome": "${workspaceFolder}/.conan",
}
},
None of the recipes/profiles/etc. are picked up and if I create a new profile, I can see that the file is created in ~/.conan
I have also tried replacing ${workspaceFolder} with the actual path, but that did not work either.
Steps to Reproduce
- set
conanUserHome to something other than ~/.conan
- add a conan profile
- click the profile and observe it was created in ~/.conan
Expected Behavior
conanUserHome should be respected and all recipes/profiles/etc should be read from and/or created in conanUserHome
Technical Details
Ubuntu 24.04 on WSL2
Error Logs (if any)
There are no logs on the VSConan Output tab and there are no errors reported to the notifications section of vscode
Additional Information
No response
Issue Summary
The conanUserHome configuration option is not respected and the default of ~/.conan is always used
Actual Behavior
This is my configuration:
None of the recipes/profiles/etc. are picked up and if I create a new profile, I can see that the file is created in ~/.conan
I have also tried replacing
${workspaceFolder}with the actual path, but that did not work either.Steps to Reproduce
conanUserHometo something other than ~/.conanExpected Behavior
conanUserHomeshould be respected and all recipes/profiles/etc should be read from and/or created inconanUserHomeTechnical Details
Ubuntu 24.04 on WSL2
Error Logs (if any)
Additional Information
No response