This commit is contained in:
2020-10-23 15:17:42 -03:00
parent 6ae04c173f
commit 1d028851b3
93 changed files with 85 additions and 24 deletions

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

View File

@@ -0,0 +1,3 @@
{
"python.pythonPath": "/home/hideyoshi/anaconda3/bin/python"
}