Skip to content

Commit

Permalink
updated icons to vscode icons (#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Bist committed Jan 30, 2020
1 parent bf80cb2 commit bb0248f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
3 changes: 3 additions & 0 deletions images/debug-start.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions images/debug-stop.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion images/start.svg

This file was deleted.

1 change: 0 additions & 1 deletion images/stop.svg

This file was deleted.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@
"title": "%mssql.runQuery%",
"category": "MS SQL",
"icon": {
"light": "images/start.svg",
"dark": "images/start.svg"
"light": "images/debug-start.svg",
"dark": "images/debug-start.svg"
}
},
{
Expand All @@ -362,8 +362,8 @@
"title": "%mssql.cancelQuery%",
"category": "MS SQL",
"icon": {
"light": "images/stop.svg",
"dark": "images/stop.svg"
"light": "images/debug-stop.svg",
"dark": "images/debug-stop.svg"
}
},
{
Expand Down Expand Up @@ -490,17 +490,17 @@
"title": "%mssql.startQueryHistoryCapture%",
"group": "MS SQL",
"icon": {
"light": "images/start.svg",
"dark": "images/start.svg"
"light": "images/debug-start.svg",
"dark": "images/debug-start.svg"
}
},
{
"command": "mssql.pauseQueryHistoryCapture",
"title": "%mssql.pauseQueryHistoryCapture%",
"group": "MS SQL",
"icon": {
"light": "images/stop.svg",
"dark": "images/stop.svg"
"light": "images/debug-stop.svg",
"dark": "images/debug-stop.svg"
}
},
{
Expand Down

0 comments on commit bb0248f

Please sign in to comment.