Skip to content

Commit

Permalink
Added setting for config Gauge formatter and send the settings to Gau…
Browse files Browse the repository at this point in the history
…ge server.

Signed-off-by: Jens Johansson <[email protected]>
  • Loading branch information
jensakejohansson committed Feb 3, 2025
1 parent fbe4e23 commit 5bd2dfa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gaugeWorkspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -233,6 +232,4 @@ export class GaugeWorkspace extends Disposable {
}
});
}


}

0 comments on commit 5bd2dfa

Please sign in to comment.