microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.
Other
5.51k stars 1.55k forks source link

VS Code to Auto-detect language #12362

Closed AGoh2019 closed 2 months ago

AGoh2019 commented 3 months ago

Feature Request

It will be nice if VS Code can auto detect the language, and use the appropriate compiler/SDK just like what JetBrains IDE does.

sean-mcmanus commented 3 months ago

VS Code already auto-detects the programming language. Were you intending to make a feature request on VS Code or did you want our C/C++ extension to do something specific in regards to a compiler/SDK. The problem with C/C++ is that there are many different build systems. Our extension already does some auto-detection for cl.exe/clang/gcc.

github-actions[bot] commented 2 months ago

This issue has been closed because it needs more information and has not had recent activity.