Skip to content

Commit

Permalink
v1.8.1 dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
mbehr1 committed Jul 19, 2020
1 parent 60b7195 commit 105f072
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 109 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"out": true // set this to false to include "out" folder in search results
},
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off"
"typescript.tsc.autoDetect": "off",
"typescript.tsdk": "node_modules/typescript/lib"
}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to the "smart-log" extension will be documented in this file

<!-- Check [Keep a Changelog](http:https://keepachangelog.com/) for recommendations on how to structure this file. -->

## [1.8.1]
- Update dependencies after github security advisory

## [1.8.0]
- Check for each file config where identifyRegex matches the text whether it can parse times for at least 50 out of the first 100 lines. If not choose the file config that matches best.

Expand Down
Loading

0 comments on commit 105f072

Please sign in to comment.