Skip to content

Commit

Permalink
Added mysql and dynamodb support
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriiklymiuk committed Sep 4, 2023
1 parent e62e9fb commit c52fc7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "corgi",
"publisher": "Corgi",
"description": "Spell checker for corgi-compose.yml files and corgi runner from vscode",
"version": "0.4.13",
"version": "0.4.14",
"license": "MIT",
"repository": "https://github.com/Andriiklymiuk/corgi_vscode_extension",
"icon": "resources/icon.png",
Expand Down
2 changes: 2 additions & 0 deletions src/corgiSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"enum": [
"postgres",
"redis",
"mysql",
"dynamodb",
"rabbitmq",
"mongodb",
"sqs"
Expand Down

0 comments on commit c52fc7a

Please sign in to comment.