mirror of
https://github.com/Steffo99/emblematic.git
synced 2025-03-11 02:57:49 +00:00
Remove machine-specific VSCode launch config
This commit is contained in:
parent
04f636d661
commit
63d236cc07
1 changed files with 1 additions and 13 deletions
14
.vscode/launch.json
vendored
14
.vscode/launch.json
vendored
|
@ -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": []
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue