Skip to content

Commit 44e043f

Browse files
committed
Update dependency and README
1 parent f32b836 commit 44e043f

File tree

11 files changed

+30578
-31377
lines changed

11 files changed

+30578
-31377
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### v1.13.6
2+
3+
- Update dependency and README.
4+
5+
16
### v1.13.4
27

38
- Update README.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Flink-SQL-Helper
22
一款帮助你更高效、专注开发FlinkSQL的插件。支持FlinkSQL(v1.20.0)的语法校验提示、代码高亮、关键字补全、重命名、查找全部引用、代码格式化等。
33

4-
> 用户QQ群:913711491
4+
反馈问题可以在QQ群`913711491` or 公众号后台反馈(欢迎关注我公众号一起学习大数据知识)。
5+
![](docs/images/Wechat.jpg)
56

67
> 如果你喜欢在IDEA中进行FlinkSQL的开发。我建议你使用[IDEA版的Flink SQL Helper](https://plugins.jetbrains.com/plugin/25912-flink-sql-helper),它支持了最新版本的FlinkSQL所有语句,在VsCode插件的基础上,它的报错信息也更加清晰。
78
> 如果你喜欢在VsCode上开发,那么配合[VS Code官网里的Java环境配置](https://code.visualstudio.com/docs/java/java-debugging)也会很棒。

docs/images/Wechat.jpg

40.7 KB
Loading

package-lock.json

Lines changed: 104 additions & 144 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"onLanguage:flink-sql"
8787
],
8888
"scripts": {
89-
"antlr4ts": "antlr4ts -visitor gen/FlinkSQL.g4",
89+
"antlr4ts": "antlr4ng -Dlanguage=TypeScript -visitor gen/FlinkSQL.g4",
9090
"vscode:prepublish": "webpack --mode production",
9191
"compile": "webpack --mode none",
9292
"watch": "webpack --mode none --watch",
@@ -97,7 +97,9 @@
9797
"main": "./out/extension.js",
9898
"browser": "./out/extension.js",
9999
"dependencies": {
100-
"sql-formatter-plus": "git+ssh://git@github.com:AChangFeng/sql-formatter-plus.git#v0.0.3"
100+
"sql-formatter-plus": "git+ssh://git@github.com:AChangFeng/sql-formatter-plus.git#v0.0.3",
101+
"antlr4": "^4.13.2",
102+
"antlr4ng": "^3.0.10"
101103
},
102104
"devDependencies": {
103105
"@types/glob": "^8.1.0",
@@ -107,8 +109,7 @@
107109
"@typescript-eslint/eslint-plugin": "^5.59.1",
108110
"@typescript-eslint/parser": "^5.59.1",
109111
"@vscode/test-electron": "^2.3.0",
110-
"antlr4ts": "^0.5.0-alpha.4",
111-
"antlr4ts-cli": "^0.5.0-alpha.4",
112+
"antlr4ng-cli": "^2.0.0",
112113
"eslint": "^8.39.0",
113114
"glob": "^8.1.0",
114115
"mocha": "^10.2.0",

0 commit comments

Comments
 (0)