From 44612f7265975c908b2aa516f48ca2e72c5e4016 Mon Sep 17 00:00:00 2001 From: Sedat Kapanoglu Date: Wed, 23 Oct 2019 11:54:55 -0700 Subject: [PATCH] Fix typo --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 66ad5084bd..76a326c89c 100644 --- a/package.json +++ b/package.json @@ -613,7 +613,7 @@ "csharp.testsCodeLens.enabled": { "type": "boolean", "default": true, - "description": "Specifies whether the run and debug test CodeLens should be show be shown." + "description": "Specifies whether the run and debug test CodeLens should be shown." }, "csharp.maxProjectFileCountForDiagnosticAnalysis": { "type": "number", @@ -2974,4 +2974,4 @@ ] } } -} \ No newline at end of file +}