File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 33 " ms-python.python" ,
44 " ms-python.pylint" ,
55 " charliermarsh.ruff" ,
6- " ryanluker.vscode-coverage-gutters" ,
76 " tamasfe.even-better-toml"
87 ]
98}
Original file line number Diff line number Diff line change 33 "configurations" : [
44 {
55 "name" : " Python: Current File" ,
6- "type" : " python " ,
6+ "type" : " debugpy " ,
77 "request" : " launch" ,
88 "program" : " ${file}" ,
99 "console" : " integratedTerminal" ,
1010 "justMyCode" : true
1111 },
1212 {
1313 "name" : " Python: Run Tests" ,
14- "type" : " python " ,
14+ "type" : " debugpy " ,
1515 "request" : " launch" ,
1616 "program" : " ${workspaceFolder}/venv/bin/pytest" ,
1717 "args" : [
2424 },
2525 {
2626 "name" : " Python: Run Unit Tests" ,
27- "type" : " python " ,
27+ "type" : " debugpy " ,
2828 "request" : " launch" ,
2929 "program" : " ${workspaceFolder}/venv/bin/pytest" ,
3030 "args" : [
3737 },
3838 {
3939 "name" : " Python: Run Integration Tests" ,
40- "type" : " python " ,
40+ "type" : " debugpy " ,
4141 "request" : " launch" ,
4242 "program" : " ${workspaceFolder}/venv/bin/pytest" ,
4343 "args" : [
5050 },
5151 {
5252 "name" : " TGIT: Version Command" ,
53- "type" : " python " ,
53+ "type" : " debugpy " ,
5454 "request" : " launch" ,
5555 "program" : " ${workspaceFolder}/tgit/cli.py" ,
5656 "args" : [
You can’t perform that action at this time.
0 commit comments