Skip to content

Commit 905841a

Browse files
authored
Renamed invalid property named label to name in launch.json file. (#1221)
* 🐛 rename property * 🔥 delete unwanted file [skip cli] * Fixes #1219
1 parent c8db382 commit 905841a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@
990990
]
991991
},
992992
{
993-
"label": "Python Experimental: Flask",
993+
"name": "Python Experimental: Flask",
994994
"type": "pythonExperimental",
995995
"request": "launch",
996996
"module": "flask",

0 commit comments

Comments
 (0)