Share via

Can I use WSL?

Revanth Gundala 20 Reputation points Microsoft Employee
2025-10-14T21:47:57.54+00:00

Is it allowed to use WSL? I'd like to know if i can develop locally using wsl.

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

0 comments No comments

Answer accepted by question author

Michael Le (WICLOUD CORPORATION) 11,325 Reputation points Microsoft External Staff Moderator
2025-10-15T06:11:16.17+00:00

Hello @Revanth Gundala ,

Yes, absolutely.

If you're using Visual Studio 2022, it has built-in WSL support especially for C++ stuff - you can debug remotely, IntelliSense works fine, and CMake projects can target WSL without much hassle.

But honestly, if you're doing general development work, VS Code is probably what you want. Just grab the WSL extension and you're good to go.

I hope that clarifies things for you. If you have any further questions, please let me know.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Amelia Adam 0 Reputation points
    2025-10-15T06:11:24.8766667+00:00

    Yes, you can definitely use WSL for local development. It’s fully supported by Microsoft and works great with Visual Studio, VS Code, and other developer tools. WSL lets you run a real Linux environment inside Windows, so you can use Linux commands, install packages, and build or test your projects just like you would on a Linux machine — without needing a separate setup or virtual machine.

    It’s a solid choice for web development, backend work, or anything that benefits from Linux tools while still keeping the convenience of Windows.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.