Useless .vscode

This commit is contained in:
Andrea Mistrali 2023-05-02 15:16:16 +02:00
parent 9ee0cdac3b
commit f3385ea501
No known key found for this signature in database
GPG Key ID: 6FB0A77F6D5DA9B2
1 changed files with 0 additions and 16 deletions

16
.vscode/launch.json vendored
View File

@ -1,16 +0,0 @@
{
// 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",
"justMyCode": true
}
]
}