Skip to content

Commit

Permalink
fix FEScriptCommentsSupported
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii4as committed Oct 23, 2020
1 parent a656425 commit 6b4a468
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@
"enableReverseEngineering": true,
"disableChoices": false,
"enableJsonType": true,
"FEScriptCommentsSupported": {
"awsCli": false,
"hiveQl": true
}
"FEScriptCommentsSupported": [{
"supportedFETargets": ["hiveQl"]
}]
}
},
"description": "Hackolade plugin for AWS Glue Data Catalog"
Expand Down

0 comments on commit 6b4a468

Please sign in to comment.