Fix .vscode/launch.json
This commit is contained in:
parent
6c36ea646c
commit
63f494dc71
1 changed files with 1 additions and 2 deletions
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
|
|
@ -11,8 +11,7 @@
|
||||||
"module": "uvicorn",
|
"module": "uvicorn",
|
||||||
"args": ["discord_rss_bot.main:app", "--reload"],
|
"args": ["discord_rss_bot.main:app", "--reload"],
|
||||||
"jinja": true,
|
"jinja": true,
|
||||||
"justMyCode": true,
|
"justMyCode": true
|
||||||
"cwd": "${workspaceFolder}/discord_rss_bot"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue