microsoft / vscode-cmake-tools

CMake integration in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=vector-of-bool.cmake-tools
MIT License
1.46k stars 449 forks source link

Quick Start: Does not work with WSL on Windows #3801

Open Zingam opened 4 months ago

Zingam commented 4 months ago

Brief Issue Summary

https://devblogs.microsoft.com/cppblog/visual-studio-code-cmake-tools-extension-1-18-update-quick-start-with-cmake-and-more/

I tried the Quick Start with WSL and nothing happens.

CMake Tools Diagnostics

No response

Debug Log

No response

Additional Information

No response

gcampbell-msft commented 4 months ago

@Zingam Could you walk me through what you tried? What is the repro? Were you in an empty folder? Does your extension work in an already created project? Any information that could help understand what you're seeing and what a possible repro might be would be great.

Thanks

gcampbell-msft commented 4 months ago

Ah, could you please try making sure that you've opened a folder before trying the QuickStart command in WSL?

Zingam commented 3 months ago

Ah, could you please try making sure that you've opened a folder before trying the QuickStart command in WSL?

Thanks. I am not sure what I did on this attempt differently but when I created a new folder and used it to create a WSL project it worked. It would be good if the new project folder could be created by the Quick Start wizard itself. Let's call this a Feature Request. Especially on a WSL (remote) target it is a bit annoying that I need to create the folder externally/manually.