From 5018e84f9a954a54da5a6202ea4eba5505f6f4b5 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 6 Oct 2023 15:18:28 +0200 Subject: [PATCH] Updated launch configurations --- .vscode/launch.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 81cad6d62b4..6735b31bec8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -2,7 +2,7 @@ "version": "0.2.0", "configurations": [ { - "name": "Application", + "name": "Chrome", "type": "chrome", "request": "launch", "runtimeArgs": [ @@ -54,12 +54,12 @@ ], "compounds": [ { - "name": "Application + MkDocs server", - "configurations": ["Application", "MkDocs server"] + "name": "Chrome + MkDocs server", + "configurations": ["Chrome", "MkDocs server"] }, { - "name": "Application + MkDocs server (dirty)", - "configurations": ["Application", "MkDocs server (dirty)"] + "name": "Chrome + MkDocs server (dirty)", + "configurations": ["Chrome", "MkDocs server (dirty)"] } ] }