Skip to content

Commit

Permalink
Add search icon for VS Code search results
Browse files Browse the repository at this point in the history
  • Loading branch information
alexesprit committed Feb 9, 2020
1 parent c1d6b29 commit 9d1bd5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Empty file added samples/sample.code-search
Empty file.
7 changes: 7 additions & 0 deletions src/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@
"notebook": {
"iconName": "note",
"iconColor": "@violet"
},
"search": {
"iconName": "search",
"iconColor": "@green"
}
},
"file": "file",
Expand Down Expand Up @@ -418,6 +422,9 @@
],
"notebook": [
"ipynb"
],
"search": [
"code-search"
]
},
"fileNames": {
Expand Down

0 comments on commit 9d1bd5e

Please sign in to comment.