Skip to content

Commit ba816e1

Browse files
committed
1.10.0
1 parent 69d871c commit ba816e1

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "php-debug",
33
"displayName": "PHP Debug",
4-
"version": "1.9.7",
4+
"version": "1.10.0",
55
"publisher": "felixfbecker",
66
"license": "MIT",
77
"description": "Debug support for PHP with XDebug",
@@ -164,7 +164,10 @@
164164
"description": "max amount of variable data to initially retrieve"
165165
},
166166
"show_hidden": {
167-
"enum": [0, 1],
167+
"enum": [
168+
0,
169+
1
170+
],
168171
"description": "This feature can get set by the IDE if it wants to have more detailed internal information on properties (eg. private members of classes, etc.) Zero means that hidden members are not shown to the IDE"
169172
}
170173
},

0 commit comments

Comments
 (0)