Skip to content

Commit

Permalink
Icon request: Terminal shell integration command decorations (Fixes #126
Browse files Browse the repository at this point in the history
) (#129)
  • Loading branch information
Miguel Solorio authored Aug 3, 2022
1 parent 8066221 commit 15f5a9b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dist/codicon.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
.codicon-debug-breakpoint:before { content: "\ea71" }
.codicon-debug-breakpoint-disabled:before { content: "\ea71" }
.codicon-debug-hint:before { content: "\ea71" }
.codicon-terminal-decoration-success:before { content: "\ea71" }
.codicon-primitive-square:before { content: "\ea72" }
.codicon-edit:before { content: "\ea73" }
.codicon-pencil:before { content: "\ea73" }
Expand Down Expand Up @@ -228,6 +229,7 @@
.codicon-circle-outline:before { content: "\eabc" }
.codicon-circle:before { content: "\eabc" }
.codicon-debug-breakpoint-unverified:before { content: "\eabc" }
.codicon-terminal-decoration-incomplete:before { content: "\eabc" }
.codicon-circle-slash:before { content: "\eabd" }
.codicon-circuit-board:before { content: "\eabe" }
.codicon-clear-all:before { content: "\eabf" }
Expand Down Expand Up @@ -436,6 +438,7 @@
.codicon-debug-stackframe-active:before { content: "\eb89" }
.codicon-circle-small-filled:before { content: "\eb8a" }
.codicon-debug-stackframe-dot:before { content: "\eb8a" }
.codicon-terminal-decoration-mark:before { content: "\eb8a" }
.codicon-debug-stackframe:before { content: "\eb8b" }
.codicon-debug-stackframe-focused:before { content: "\eb8b" }
.codicon-debug-breakpoint-unsupported:before { content: "\eb8c" }
Expand Down Expand Up @@ -554,6 +557,7 @@
.codicon-indent:before { content: "\ebf9" }
.codicon-record-small:before { content: "\ebfa" }
.codicon-error-small:before { content: "\ebfb" }
.codicon-terminal-decoration-error:before { content: "\ebfb" }
.codicon-arrow-circle-down:before { content: "\ebfc" }
.codicon-arrow-circle-left:before { content: "\ebfd" }
.codicon-arrow-circle-right:before { content: "\ebfe" }
Expand Down
2 changes: 1 addition & 1 deletion dist/codicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/template/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"debug-breakpoint": 60017,
"debug-breakpoint-disabled": 60017,
"debug-hint": 60017,
"terminal-decoration-success": 60017,
"primitive-square": 60018,
"edit": 60019,
"pencil": 60019,
Expand Down Expand Up @@ -170,6 +171,7 @@
"circle-outline": 60092,
"circle": 60092,
"debug-breakpoint-unverified": 60092,
"terminal-decoration-incomplete": 60092,
"circle-slash": 60093,
"circuit-board": 60094,
"clear-all": 60095,
Expand Down Expand Up @@ -378,6 +380,7 @@
"debug-stackframe-active": 60297,
"circle-small-filled": 60298,
"debug-stackframe-dot": 60298,
"terminal-decoration-mark": 60298,
"debug-stackframe": 60299,
"debug-stackframe-focused": 60299,
"debug-breakpoint-unsupported": 60300,
Expand Down Expand Up @@ -496,6 +499,7 @@
"indent": 60409,
"record-small": 60410,
"error-small": 60411,
"terminal-decoration-error": 60411,
"arrow-circle-down": 60412,
"arrow-circle-left": 60413,
"arrow-circle-right": 60414,
Expand Down

0 comments on commit 15f5a9b

Please sign in to comment.