From 2f21ceae9910f676b4ac1c5d3d49e4775f9aaadf Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 4 Aug 2026 15:57:24 +0200 Subject: [PATCH] Remove .vscode from git --- .vscode/launch.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 6b46e48..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,15 +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": [ - - { - "type": "msedge", - "request": "launch", - "name": "Open index.html", - "file": "/home/ben/Desktop/calender/frontend/index.html" - } - ] -} \ No newline at end of file