From 5bd2dfaec0cd484911f57881e592736f7bf01af3 Mon Sep 17 00:00:00 2001 From: Jens Johansson Date: Mon, 3 Feb 2025 17:49:25 +0100 Subject: [PATCH] Added setting for config Gauge formatter and send the settings to Gauge server. Signed-off-by: Jens Johansson --- src/gaugeWorkspace.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gaugeWorkspace.ts b/src/gaugeWorkspace.ts index 688d918..3da3ff2 100644 --- a/src/gaugeWorkspace.ts +++ b/src/gaugeWorkspace.ts @@ -169,7 +169,6 @@ export class GaugeWorkspace extends Disposable { synchronize: { configurationSection: 'gauge' }, - }; clientOptions.workspaceFolder = workspace.getWorkspaceFolder(Uri.file(folder)); let languageClient = new LanguageClient('gauge', 'Gauge', serverOptions, clientOptions); @@ -233,6 +232,4 @@ export class GaugeWorkspace extends Disposable { } }); } - - }