We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548cb4d commit e2ab554Copy full SHA for e2ab554
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "flink-sql",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"displayName": "Flink SQL",
5
"description": "Adds support for Flink's variant of the SQL language",
6
"publisher": "CamileSing",
@@ -28,7 +28,7 @@
28
"keywords": [
29
"Flink SQL", "Flink"
30
],
31
- "preview": true,
+ "preview": false,
32
"contributes": {
33
"languages": [{
34
"id": "flink-sql",
0 commit comments