From c2d7abc94e19ca48c90c42b8ea2e3da7dd51149d Mon Sep 17 00:00:00 2001 From: Nathan Byrd Date: Mon, 28 Aug 2023 14:17:47 -0500 Subject: [PATCH] Removed browse task as it won't run without debugging --- .vscode/launch.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 9b1822fd..c52eeffb 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,12 +4,6 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ - { - "name": "Browse local Documentation - Chrome", - "request": "attach", - "type": "chrome", - "url": "http://localhost:4000/enigma-bbs/" - }, { "type": "node", "request": "launch",