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

Conan Extension for Visual Studio

Results 65 conan-vs-extension issues
Sort by recently updated
recently updated
newest added

if conanfile was changed outside of visual studio, it offers to reload it, but doesn't trigger new conan install. we need to subscribe to this event.

[MoSCoW] Should Have

Opening this ticket following some discussion with @sboulema and msvc channel of slack. The `tasks.vs.json` is a straightforward, established and currently-supported mechanism for developers to define arbitrary tasks for use...

[MoSCoW] Must Have

`CMakeSettings.json` has a syntax that supports this so we should try to use the same. Described here: https://blogs.msdn.microsoft.com/vcblog/2017/08/14/cmake-support-in-visual-studio-customizing-your-environment/

[MoSCoW] Must Have

there is code analyzer [PVSStudio](https://www.viva64.com) which is free for Open-Source projects, it would be nice to set up it at some point to catch various errors in our code

[MoSCoW] Would Have

at some point, after release, we may add localization (translations) Russian - @SSE4 Portuguese or Brazil - @uilianries Spanish - @memsharded, @jgsogo , @danimtb or @lasote may be other translations...

[MoSCoW] Would Have

add dialog page to manage conan profiles. profiles are complex, so at very least it would be nice to: - list profiles - add profiles - remove profiles - open...

[MoSCoW] Would Have

I have started using this extension but what I have observed is that it always points to the ConanCenter to fetch the packages. Is there a way I can configure...

question

Some tool window items are barely visible when using the Visual Studio Dark theme, as seen in this screenshot: ![image](https://github.com/conan-io/conan-vs-extension/assets/507710/4fe26f4f-be52-4df4-b864-8e359928b0a4) Additionally, the installed libraries list probably should not use a...

ux
fix

I don't know if it's the right location to post this issue. If not, please tell me where to post it. In a project I need to install Libjpeg alongside...

Installed the extension on an existing project, tried to add a dependency and I get before every build: ![image](https://github.com/conan-io/conan-vs-extension/assets/160626449/46752e5c-6ff0-4202-820c-c4c7b9becb34) The language standard is set to C++17 on all configurations in...

triaging