From b718f54ddc0e612a5d22518adc87100a8cf55b09 Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Tue, 24 Oct 2023 18:19:27 -0500 Subject: [PATCH] Fix setting type on mesonbuild.languageServer --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 361c6f7e..3d40c1d1 100644 --- a/package.json +++ b/package.json @@ -190,7 +190,10 @@ "description": "Give an object that's merged into the debug configuration provider" }, "mesonbuild.languageServer": { - "type": "string", + "type": [ + "string", + "null" + ], "default": "Swift-MesonLSP", "enum": [ "Swift-MesonLSP",