Skip to content

Commit afb69e9

Browse files
committed
Adds simple path interpolation and globs
The includePaths and linterExtraArgs are interpolated for VSCode internal variables. Furthermore, the includePaths is then passed through glob-fast to epxand any and all glob expressions. glob-fast will only look for directories and not files.
1 parent 530a49e commit afb69e9

File tree

6 files changed

+3572
-3752
lines changed

6 files changed

+3572
-3752
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [2.5.0]
11+
12+
## Added
13+
14+
- Adds path interpolation in `includePaths` and `linterExtraArgs`
15+
- Adds glob support for `includePaths`
16+
- Adds option for global module directory output `linterModOutput`
17+
1018
## [2.4.0]
1119

1220
## Fixed

0 commit comments

Comments
 (0)