Skip to content

Commit

Permalink
* add custom icons for switchImplIntf
Browse files Browse the repository at this point in the history
* update changelog

Co-authored-by: Max Lantas <[email protected]>
  • Loading branch information
ulugbekna and mnxn committed Oct 2, 2020
1 parent c857147 commit 128cd86
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 1.2.1

- Replace "Switch implementation/interface" navigator button with a custom icon
(#383)

## 1.2.0

- Consistent binding operator highlighting in OCaml files (#365)
Expand Down
17 changes: 17 additions & 0 deletions assets/switch-impl-intf.dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions assets/switch-impl-intf.light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@
{
"command": "ocaml.switch-impl-intf",
"category": "OCaml",
"title": "Switch implementation/interface"
"title": "Switch implementation/interface",
"icon": {
"light": "assets/switch-impl-intf.light.svg",
"dark": "assets/switch-impl-intf.dark.svg"
}
}
],
"keybindings": [
Expand Down

0 comments on commit 128cd86

Please sign in to comment.