1
Fork 0
mirror of https://github.com/Steffo99/emblematic.git synced 2024-10-16 06:07:26 +00:00

Remove machine-specific VSCode launch config

This commit is contained in:
Steffo 2024-05-07 01:15:57 +02:00
parent 04f636d661
commit 63d236cc07
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

14
.vscode/launch.json vendored
View file

@ -1,16 +1,4 @@
{
// 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: Module",
"type": "python",
"request": "launch",
"module": "emblematic",
"justMyCode": true,
"args": ["basic", "--background=/store/Documents/Workspaces/RYGhub/logos/current/watermark.svg", "--icon=/home/steffo/Pictures/Font Awesome/svgs", "--fill=#feedb4", "--output-dir=/home/steffo/Workspaces/Steffo99/emblematic-1/output"]
}
]
"configurations": []
}