Skip to content

Commit

Permalink
update ADS BOT
Browse files Browse the repository at this point in the history
  • Loading branch information
VasuBhog committed Feb 3, 2021
1 parent d6073e6 commit 485acb1
Show file tree
Hide file tree
Showing 4 changed files with 297 additions and 29 deletions.
Binary file added images/extension.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "AzureDataBot",
"name": "azuredatabot",
"displayName": "Azure Data Bot",
"description": "Chat Support for troubleshooting issues encountered while using Azure Data Studio",
"version": "0.0.1",
"description": "Conversation AI for Azure Data Studio",
"version": "0.0.2",
"publisher": "vasubhog",
"icon": "images/extension.png",
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",
"preview": true,
"repository": {
"type": "git",
"url": "https://github.com/VasuBhog/AzureDataBot.git"
Expand All @@ -22,10 +25,6 @@
"main": "./out/extension",
"contributes": {
"commands": [
{
"command": "extension.showCurrentConnection",
"title": "Show Current Connection"
},
{
"command": "AzureDataBot",
"title": "Launch Azure Data Bot"
Expand Down
Loading

0 comments on commit 485acb1

Please sign in to comment.