We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9526c commit 7042f5bCopy full SHA for 7042f5b
src/Grammar.ts
@@ -1,7 +1,7 @@
1
// ...
2
import { FlinkSQLVisitor } from './FlinkSQLVisitor'
3
import { AbstractParseTreeVisitor } from 'antlr4ts/tree/AbstractParseTreeVisitor'
4
-
+
5
import * as vscode from 'vscode';
6
7
export class GrammarError extends Error {
@@ -46,7 +46,5 @@ export class MyFlinkSQLVisitor extends AbstractParseTreeVisitor<void> implements
46
this.errors.push(error);
47
}
48
49
50
51
52
0 commit comments