Skip to content

Commit

Permalink
use codicons instead of svgs (#1598)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Bist committed Feb 21, 2020
1 parent 4f848c3 commit 88785e0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
3 changes: 0 additions & 3 deletions images/debug-start.svg

This file was deleted.

3 changes: 0 additions & 3 deletions images/debug-stop.svg

This file was deleted.

10 changes: 2 additions & 8 deletions package.json
Expand Up @@ -346,10 +346,7 @@
"command": "mssql.runQuery",
"title": "%mssql.runQuery%",
"category": "MS SQL",
"icon": {
"light": "images/debug-start.svg",
"dark": "images/debug-start.svg"
}
"icon": "$(debug-start)"
},
{
"command": "mssql.runCurrentStatement",
Expand All @@ -360,10 +357,7 @@
"command": "mssql.cancelQuery",
"title": "%mssql.cancelQuery%",
"category": "MS SQL",
"icon": {
"light": "images/debug-stop.svg",
"dark": "images/debug-stop.svg"
}
"icon": "$(debug-stop)"
},
{
"command": "mssql.connect",
Expand Down

0 comments on commit 88785e0

Please sign in to comment.