Skip to content

Commit

Permalink
lsp: improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
joacoc committed Nov 3, 2023
1 parent 5f44123 commit da5ed55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export function activate(vsContext: vscode.ExtensionContext) {
}
} catch (err) {
context.emit("event", { type: EventType.queryResults, data: { id, rows: [], fields: [], error: {
message: "Syntax errors are present in your code. For more information, please check the \"Problems\" tab.",
message: "Syntax errors are present. For more information, please refer to the \"Problems\" tab.",
position: undefined,
query,
}, elapsedTime: undefined }});
Expand Down

0 comments on commit da5ed55

Please sign in to comment.