Skip to content

Commit b1f471e

Browse files
authored
fix labels (#915)
Fixes #914
1 parent 867244c commit b1f471e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@
929929
"label": "Python Experimental: Terminal (integrated)",
930930
"description": "%python.snippet.launch.terminal.description%",
931931
"body": {
932-
"name": "Integrated Terminal/Console",
932+
"name": "Python Experimental: Terminal (integrated)",
933933
"type": "pythonExperimental",
934934
"request": "launch",
935935
"stopOnEntry": true,
@@ -947,7 +947,7 @@
947947
"label": "Python Experimental: Terminal (external)",
948948
"description": "%python.snippet.launch.externalTerminal.description%",
949949
"body": {
950-
"name": "External Terminal/Console",
950+
"name": "Python Experimental: Terminal (external)",
951951
"type": "pythonExperimental",
952952
"request": "launch",
953953
"stopOnEntry": true,

0 commit comments

Comments
 (0)