Skip to content

Commit d6923cf

Browse files
committed
Release 0.2.3 updates
1 parent e728774 commit d6923cf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22

3-
## [0.2.1]
3+
## [0.2.3]
4+
- Added support for multi-line values in .conf files. See issue [#12](https://github.com/splunk/vscode-extension-splunk/issues/12)
5+
- Fix for "The URL specified for the Splunk REST API is incorrect". See issue [#14](https://github.com/splunk/vscode-extension-splunk/issues/14)
6+
7+
## [0.2.2]
48
- Added configuration checking for .conf file values:
59
- `<boolean>`
610
- `<0 or positive integer>`, `<unsigned integer>`, `<positive integer>`, `<non-negative integer>`

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ This extension also provides capabilities for debugging user-generated Python co
3535

3636
Splunk Enterprise can be running on the same machine as Visual Studio Code, on a remote machine, or in a public cloud provider.
3737

38+
## Documentation
39+
Documentation can be found in the [wiki](https://github.com/splunk/vscode-extension-splunk/wiki) hosted on the public repository.
40+
41+
[https://github.com/splunk/vscode-extension-splunk/wiki](https://github.com/splunk/vscode-extension-splunk/wiki)
3842

3943
## Support
4044

0 commit comments

Comments
 (0)