Skip to content

Commit 9a23080

Browse files
committed
(GH-314) Update VSCode engine to 1.25
This commit updates the minimum supported VSCode version to 1.25. This will enable us to add the newest features added to VSCode like outline view and the new treeview support.`
1 parent c9e0341 commit 9a23080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"url": "https://github.com/lingua-pupuli/puppet-vscode/issues"
2222
},
2323
"engines": {
24-
"vscode": "^1.15.0"
24+
"vscode": "^1.25.0"
2525
},
2626
"categories": [
2727
"Linters",

0 commit comments

Comments
 (0)