Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This release adds `argcomplete` handling to enable automatic shell completion to `cmake-format` and `cmake-lint`. `argcomplete` is not an installation dependency so if you wish to enable completion please install `argcomplete` (e.g. via pip) and then activate it (see the documentation for argcomplete). The visual studio code extension now supports variable substitution for things like `${workspaceRoot}` and `${workspaceFolder}` in the `args` and `cwd` configuration options. There is a new configuration option to `disable` formatting. This can be specified in a config file to conveniently no-op formatting within a subdirectory (such as third-party source code) of a project.
- Loading branch information