Skip to content

Commit 944e233

Browse files
committed
(GH-459) Update minimum vscode version
This commit updates the minimum VSCode version to the one including the new debugging API (1.30.0)
1 parent f7372e6 commit 944e233

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
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.27.0"
24+
"vscode": "^1.30.0"
2525
},
2626
"categories": [
2727
"Linters",
@@ -383,7 +383,6 @@
383383
{
384384
"type": "Puppet",
385385
"label": "Puppet Debugger",
386-
"adapterExecutableCommand": "extension.puppetAdapterExecutableCommand",
387386
"languages": [
388387
"puppet"
389388
],

0 commit comments

Comments
 (0)