From 76cf0e55a63b36018d2e1ed7f18a73f44013d93c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Wed, 11 Oct 2017 10:04:15 +0200 Subject: [PATCH] Fix capitalization of launch tasks --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index b8c026d891..5e761f118b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -18,7 +18,7 @@ "console": "internalConsole" }, { - "name": "osu! (debug)", + "name": "osu! (Debug)", "windows": { "type": "clr" }, @@ -32,7 +32,7 @@ "console": "internalConsole" }, { - "name": "osu! (release)", + "name": "osu! (Release)", "windows": { "type": "clr" },