Type definition

This commit is contained in:
2024-03-26 11:58:59 +01:00
parent edbe857325
commit b74de735f0
11 changed files with 168 additions and 1 deletions
+15
View File
@@ -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": "src/main.py",
"console": "internalConsole"
}
]
}