Compare commits
No commits in common. 'e3d539aaea744c3ba492e802d435917e9a1942a9' and '85b987506358427fd251883dee595c6602fa6c44' have entirely different histories.
e3d539aaea
...
85b9875063
5 changed files with 1 additions and 84 deletions
@ -1,15 +0,0 @@
|
||||
{ |
||||
// 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": "${file}", |
||||
"console": "integratedTerminal" |
||||
} |
||||
] |
||||
} |
||||
@ -1,5 +0,0 @@
|
||||
{ |
||||
"files.exclude": { |
||||
"**/__pycache__": true |
||||
} |
||||
} |
||||
Loading…
Reference in new issue