Replies: 1 comment 3 replies
-
We trimmed it down to only the most essential extensions. "Better C++ Syntax" is optional, since the changes in that extension eventually get merged into VS Code -- it may have newer changes/fixes. The Doxygen one is optional too, we've added support for some of the features it provided, but you can still install it if you want some additional features we don't provide yet. You could still include those extensions in your recommendations if you want. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I remember back in the day the C/C++ Extension Pack included a bunch of extensions. Now they are just:
C++ Tools
C++ Themes
CMake
CMake Tools
I'm looking at my installed extensions and I see extensions like Better C++ Syntax, Doxygen, which I think were installed by the extension pack. Are these extra extensions still needed? Is their functionality covered by the core C++ Tools extension these days?
I use a recommended.json and I push it to the git repo. I wonder if I need to clean up my list based on latest C/C++ Extension Pack.
Beta Was this translation helpful? Give feedback.
All reactions