We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0d1ec commit d9e961aCopy full SHA for d9e961a
package.json
@@ -7,7 +7,8 @@
7
"enabledApiProposals": [
8
"portsAttributes",
9
"contribIssueReporter",
10
- "debugVisualization"
+ "debugVisualization",
11
+ "contribViewsWelcome"
12
],
13
"license": "MIT",
14
"homepage": "https://github.com/Microsoft/vscode-python-debugger",
@@ -521,6 +522,15 @@
521
522
"id": "inlineHexDecoder",
523
"when": "debugConfigurationType == 'debugpy' && (variableType == 'float' || variableType == 'int')"
524
}
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
+ }
534
]
535
},
536
"extensionDependencies": [
0 commit comments