Skip to content

Commit

Permalink
chore: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Mar 4, 2024
1 parent 83fad2b commit 51f4e81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@ export default class Client extends LanguageClient {
const config = workspace.getConfiguration('noir', uri);

const enableCodeLens = config.get<boolean>('enableCodeLens');

const clientOptions: LanguageClientOptions = {
documentSelector,
workspaceFolder,
outputChannel,
initializationOptions: {
enableCodeLens
}
enableCodeLens,
},
};

const serverOptions: ServerOptions = {
Expand Down

0 comments on commit 51f4e81

Please sign in to comment.