Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • ms-vscode.cpptools: C/C++ IntelliSense, debugging, and code browsing
    • ext install ms-vscode.cpptools
  • eamodio.gitlens: GitLense - Git Super Charged
    • ext install eamodio.gitlens
  • CoenraadS.bracket-pair-colorizer: A customizable extension for colorizing matching brackets
    • ext install CoenraadS.bracket-pair-colorizer
  • EditorConfig: EditorConfig Support for Visual Studio Code
    • ext install EditorConfig
  • xaver.clang-format: Use Clang-Format in Visual Studio Code
    • ext install xaver.clang-format
  • maelvalais.autoconf: Syntax support for the Autoconf M4 and Automake files (Autotools)
    • ext install maelvalais.autoconf


Configurations

This is just my personal settings, but it gives you a reasonable starting point at least. This is what I put in my global User Configurations:

...