Skip to content

Commit 29e6134

Browse files
Update welcome view to run command to show dynamic configs for python
1 parent ed3812d commit 29e6134

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -526,10 +526,8 @@
526526
"viewsWelcome": [
527527
{
528528
"view": "debug",
529-
"contents": "\n[Show all automatic configurations ](command:workbench.action.debug.selectandstart)\n",
530-
"when": "debuggersAvailables",
531-
"order": 10,
532-
"group": "4_debug"
529+
"contents": "\n[Show automatic Python configurations](command:workbench.action.debug.selectandstart?%5B%22debugpy%22%5D)\n",
530+
"when": "dynamicPythonConfigAvailable"
533531
}
534532
]
535533
},

0 commit comments

Comments
 (0)