Skip to content

Commit

Permalink
fix: disable completion (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
joacoc authored Dec 8, 2023
1 parent b15ab20 commit ccb98ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clients/lsp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export default class LspClient {
documentSelector: [{ scheme: "file", language: "mzsql"}],
initializationOptions: {
formattingWidth,
schema: this.schema,
// schema: this.schema,
}
};

Expand Down Expand Up @@ -364,7 +364,7 @@ export default class LspClient {
command: "optionsUpdate",
arguments: [{
formattingWidth: this.getFormattingWidth(),
schema: this.schema,
// schema: this.schema,
}]}) as ExecuteCommandParseResponse;
}
}
Expand Down

0 comments on commit ccb98ae

Please sign in to comment.