From 63d236cc0758c223557dc75a93bc4a8d28333b5b Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 7 May 2024 01:15:57 +0200 Subject: [PATCH] Remove machine-specific VSCode launch config --- .vscode/launch.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 277d84d..e37a8d6 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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": [] }