This commit is contained in:
2020-11-25 07:46:46 -03:00
parent d155562145
commit 5f5add0710
51 changed files with 1575 additions and 0 deletions

15
yoshi-seals1.3.3.1/.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"
}
]
}