This commit is contained in:
2020-10-24 12:38:41 -03:00
parent 9dd8fc6249
commit 98f1306591
45 changed files with 1503 additions and 0 deletions

15
yoshi-seals1.3.3/.vscode/launch.json vendored Normal file
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: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}