We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867244c commit b1f471eCopy full SHA for b1f471e
1 file changed
package.json
@@ -929,7 +929,7 @@
929
"label": "Python Experimental: Terminal (integrated)",
930
"description": "%python.snippet.launch.terminal.description%",
931
"body": {
932
- "name": "Integrated Terminal/Console",
+ "name": "Python Experimental: Terminal (integrated)",
933
"type": "pythonExperimental",
934
"request": "launch",
935
"stopOnEntry": true,
@@ -947,7 +947,7 @@
947
"label": "Python Experimental: Terminal (external)",
948
"description": "%python.snippet.launch.externalTerminal.description%",
949
950
- "name": "External Terminal/Console",
+ "name": "Python Experimental: Terminal (external)",
951
952
953
0 commit comments