Event banner
Visual Studio 2022 AMA
Event Ended
Tuesday, Jun 22, 2021, 09:00 AM PDTEvent details
(IMPORTANT: If you are an Outlook user, please use this link, instead of the one above, to add to your calendar for the correct time.)
We are very excited to announce a Visual Studio 2022 AMA!
An...
EricStarker
Updated Jun 23, 2021
LeonidasCoelho
Jun 22, 2021Copper Contributor
Any chance that we could a functionality similar to VS Code and WSL, where we use a folder hosted inside WSL to work on our projects? I know that today we can debug an app saved on a windows folder on WSL, and that is not I'm saying here. Hope I was clear on what I meant.
- Andy SterlandJun 22, 2021
Microsoft
Sounds like you'd like the VS Code developer containers feature in VS? We don't have plans for that just yet. But there is a Developer Community suggestion at https://developercommunity.visualstudio.com/t/Add-devcontainers-to-VisualStudio/625664?space=8&q=devcontainers that you should vote and comment on!- LeonidasCoelhoJun 22, 2021Copper ContributorNo, what I want is the ability to open solutions from inside the WSL folders, and build and debug them from there. If you clone a repo on a WSL instance, and then do a code ./repo-folder, you open vs code on windows, but the vs code server process is running inside WSL.