Compare commits
6 Commits
85b9875063
...
e3d539aaea
| Author | SHA1 | Date |
|---|---|---|
|
|
e3d539aaea | 2 years ago |
|
|
799fecc287 | 2 years ago |
|
|
4b8adfc026 | 2 years ago |
|
|
c575f8e5c9 | 2 years ago |
|
|
836bcbcb00 | 2 years ago |
|
|
98d459c46c | 2 years ago |
5 changed files with 84 additions and 1 deletions
@ -0,0 +1,15 @@ |
|||||||
|
{ |
||||||
|
// 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" |
||||||
|
} |
||||||
|
] |
||||||
|
} |
||||||
@ -0,0 +1,5 @@ |
|||||||
|
{ |
||||||
|
"files.exclude": { |
||||||
|
"**/__pycache__": true |
||||||
|
} |
||||||
|
} |
||||||
Loading…
Reference in new issue