Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 415 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 415 Bytes

Source Left Header Right README

This Visual Studio Code extension opens C/C++ source files (*.c and .cpp files) in the first editor group and header files (.h and *.hpp files) in the last editor group. If you are working in a single column layout, it does nothing. If you do not open any C/C++ files the extension does not activate, in other words the activation events are "onLanguage:c" and "onLanguage:cpp".