From e605117fe7a3d01941a1da439a8231f90e7e2c15 Mon Sep 17 00:00:00 2001 From: rstrouse <47839015+rstrouse@users.noreply.github.com> Date: Mon, 9 Jan 2023 18:23:17 -0800 Subject: [PATCH] Delete launch.json --- .theia/launch.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .theia/launch.json diff --git a/.theia/launch.json b/.theia/launch.json deleted file mode 100644 index 7e4253b..0000000 --- a/.theia/launch.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - "version": "0.2.0", - "configurations": [ - - ] -}