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 { } }); } - - }