Skip to content

Commit e931744

Browse files
authored
Merge pull request #34 from splunk/develop
Update diagnostic handling.
2 parents 46ef1dd + 32c7425 commit e931744

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [0.2.5]
4+
- An update to Visual Studio Code changed how Diagnostics are initialized which broke linting. Version 0.2.5 addresses this issue.
5+
36
## [0.2.4]
47
- Fixed an issue when running ad-hoc searches from the command palette.
58
- Fixed an issue displaying invalid interval for `script:/// stanzas`. Issue [#21](https://github.com/splunk/vscode-extension-splunk/issues/21)

out/extension.js

Lines changed: 8 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "splunk",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"publisher": "Splunk",
55
"engines": {
66
"vscode": "^1.40.0"

0 commit comments

Comments
 (0)