Skip to content

Commit b0a7a24

Browse files
Add flet debug
1 parent 56273f0 commit b0a7a24

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.vscode/launch.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,19 @@
2222
// "CREDS": "",
2323
// }
2424
},
25+
{
26+
"name": "Python: Flet",
27+
"type": "python",
28+
"request": "launch",
29+
"program": "${workspaceFolder}/.venv/bin/flet",
30+
"console": "integratedTerminal",
31+
"args": [
32+
"run",
33+
"main.py",
34+
"-d"
35+
],
36+
"justMyCode": true
37+
},
2538
{
2639
"name": "Python: Django",
2740
"type": "python",

0 commit comments

Comments
 (0)