fernandoescolar / vscode-solution-explorer

This is a Visual Studio Code extension that provides a (.sln) Visual Studio Solution explorer panel..
MIT License
348 stars 73 forks source link

Add support for building and debugging non-.NET solutions #286

Open dannyhvc opened 1 year ago

dannyhvc commented 1 year ago

Currently, vscode-solution-explorer provides excellent support for building and debugging .NET solutions in Visual Studio Code. However, it lacks similar functionality for non-.NET solutions, such as C++ or Python projects.

As a user who works on various types of projects, I would greatly benefit from having the ability to build and debug non-.NET solutions using the same convenient interface provided by vscode-solution-explorer. This would help streamline my development process and improve my productivity.

Therefore, I request that support for building and debugging non-.NET solutions be added to the vscode-solution-explorer extension. This could potentially involve integrating with other tools, such as CMake or GDB, to provide a seamless experience for users working on these types of projects. I know there is a cmake extension that works great for most, but adding c/c++ would make solution explorer so much more versatile.

Thank you for your consideration!