Removed browse task as it won't run without debugging

This commit is contained in:
Nathan Byrd 2023-08-28 14:17:47 -05:00
parent 602d693caf
commit c2d7abc94e
1 changed files with 0 additions and 6 deletions

6
.vscode/launch.json vendored
View File

@ -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",