Metadata update

This commit is contained in:
Abhorrent_Anger 2025-05-22 17:28:10 +03:00
parent 90a49e3c5a
commit 9f56abbcf5

20
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,20 @@
{
// 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": "main.py",
"args": [
"o1dro0532gou6kjf58mp739d68",
"KIUomrRHWlu.IoRSESv8iopzJSJprTzrhfnk5NouLd8-1703057706-0-1-aab30ca5.bd182b60.95996e41-0.2.1703057706",
"asdf666asdf"
],
"console": "integratedTerminal"
}
]
}