Skip to content

Commit 0a5ee15

Browse files
committed
Added preview for globalConfig.json
1 parent fa81bfe commit 0a5ee15

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "splunk",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"publisher": "Splunk",
55
"engines": {
66
"vscode": "^1.40.0"
@@ -183,6 +183,13 @@
183183
"command": "splunk.previewGlobalConfig",
184184
"when": "resourceFilename == globalConfig.json"
185185
}
186+
],
187+
"editor/title": [
188+
{
189+
"command": "splunk.previewGlobalConfig",
190+
"when": "resourceFilename == globalConfig.json",
191+
"group": "navigation"
192+
}
186193
]
187194
},
188195
"commands": [

0 commit comments

Comments
 (0)