You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could solve this by adding our own .vscode/launch.json file (and equivalent for PyCharm / Spyder?).
In VSCode:
{
// Use IntelliSense to learn about possible attributes.// Hover to view descriptions of existing attributes.// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"purpose": ["debug-test"],
"console": "integratedTerminal",
"justMyCode": true,
"env": {
"PYTEST_ADDOPTS": "--no-cov"
}
}
]
}
I don't use the integrated IDE debugger usually, so would be good to get perspectives on the config setup from others that do (@KasiaKoz@Theodore-Chatziioannou, please tag others!).
Which operating systems have you used?
macOS
Windows
Linux
Version
v0.2.0
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
What happened?
See: microsoft/vscode-python#693
We could solve this by adding our own
.vscode/launch.json
file (and equivalent for PyCharm / Spyder?).In VSCode:
I don't use the integrated IDE debugger usually, so would be good to get perspectives on the config setup from others that do (@KasiaKoz @Theodore-Chatziioannou, please tag others!).
Which operating systems have you used?
Version
v0.2.0
Relevant log output
No response
The text was updated successfully, but these errors were encountered: