diff --git a/src/clients/lsp.ts b/src/clients/lsp.ts index 95838a4..5250ee4 100644 --- a/src/clients/lsp.ts +++ b/src/clients/lsp.ts @@ -274,7 +274,7 @@ export default class LspClient { documentSelector: [{ scheme: "file", language: "mzsql"}], initializationOptions: { formattingWidth, - schema: this.schema, + // schema: this.schema, } }; @@ -364,7 +364,7 @@ export default class LspClient { command: "optionsUpdate", arguments: [{ formattingWidth: this.getFormattingWidth(), - schema: this.schema, + // schema: this.schema, }]}) as ExecuteCommandParseResponse; } }