Skip to content
Snippets Groups Projects
Commit 07c026de authored by Eliott Sammier's avatar Eliott Sammier
Browse files

add VSCode settings to run/debug python

parent ebdc6c77
Branches
No related tags found
No related merge requests found
{
// 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 Debugger: Current File",
"type": "debugpy",
"request": "launch",
"program": "extract.py",
"console": "integratedTerminal"
}
]
}
\ No newline at end of file
{
"python.analysis.typeCheckingMode": "basic",
"python.analysis.autoImportCompletions": true
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment