Skip to content

Commit

Permalink
Merge pull request #34 from splunk/develop
Browse files Browse the repository at this point in the history
Update diagnostic handling.
  • Loading branch information
JasonConger authored Sep 30, 2020
2 parents 46ef1dd + 32c7425 commit e931744
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [0.2.5]
- An update to Visual Studio Code changed how Diagnostics are initialized which broke linting. Version 0.2.5 addresses this issue.

## [0.2.4]
- Fixed an issue when running ad-hoc searches from the command palette.
- Fixed an issue displaying invalid interval for `script:/// stanzas`. Issue [#21](https://github.com/splunk/vscode-extension-splunk/issues/21)
Expand Down
19 changes: 8 additions & 11 deletions out/extension.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "splunk",
"version": "0.2.4",
"version": "0.2.5",
"publisher": "Splunk",
"engines": {
"vscode": "^1.40.0"
Expand Down

0 comments on commit e931744

Please sign in to comment.