Skip to content

Commit d9e961a

Browse files
Add contribViewsWelcome api
1 parent eb0d1ec commit d9e961a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"enabledApiProposals": [
88
"portsAttributes",
99
"contribIssueReporter",
10-
"debugVisualization"
10+
"debugVisualization",
11+
"contribViewsWelcome"
1112
],
1213
"license": "MIT",
1314
"homepage": "https://github.com/Microsoft/vscode-python-debugger",
@@ -521,6 +522,15 @@
521522
"id": "inlineHexDecoder",
522523
"when": "debugConfigurationType == 'debugpy' && (variableType == 'float' || variableType == 'int')"
523524
}
525+
],
526+
"viewsWelcome": [
527+
{
528+
"view": "debug",
529+
"contents": "\n[Show all automatic configurations ](command:workbench.action.debug.selectandstart)\n",
530+
"when": "true",
531+
"order": 10,
532+
"group": "4_debug"
533+
}
524534
]
525535
},
526536
"extensionDependencies": [

0 commit comments

Comments
 (0)