Skip to content

Commit a15db43

Browse files
committed
v2.0.4
1 parent b9e7863 commit a15db43

File tree

7 files changed

+3016
-7309
lines changed

7 files changed

+3016
-7309
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Change Log
2+
## 2.0.4 - 2021-09-04
3+
- no feature changes, but improved documentation and , thanks to various recent suggestions via GitHub issues.
4+
- added some missing auto-completions when working in VSCode's JSON settings
5+
6+
## 2.0.3 - 2021-07-09
7+
- no feature changes, but updated dependencies to remove security vulnerabilities (thanks to dependabot).
8+
9+
## 2.0.2 - 2021-05-12
10+
- no feature changes, but updated dependencies to remove security vulnerabilities (thanks to dependabot).
11+
212
## 2.0.1 - 2021-02-07
313
- no feature changes, but found a way to include the `exclude` and `include` settings in the settings UI, not just the JSON version.
414

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ An example of a custom configuration, showing a range of the different features:
140140
"**/dist/**",
141141
"**/build/**",
142142
"**/.vscode/**",
143+
"**/.vscode-test/**",
143144
"**/.github/**",
144145
"**/_output/**",
145146
"**/*.min.*",

dist/extension.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/extension.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)