All notable changes to the "cpplint" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- for earlier versions of cpplint -- g-arjones
- fix cpplint in 500ms when setting and save happened to avoid large file freeze
- update vscode baseline to 1.21
- when exclude is a relative path, multiroot will scaned
- configure to ConfigManager singletone
- lint when file open
- add lint language settings
- when no active editer exists, extension will crash
- add extensions and header setting arguments
- add root and repository setting arguments
- add multi root support
- add line length configuration
- add travis ci status
- add exclude configuration
- add filters configuration
- add verbose configuration
- fix readme image
- add source link
- add lintMode, able to choose scan single file or the whole workspace
- add missing dependence of lodash
- Initial release