Skip to content

Commit

Permalink
Add a sourcemap and disable sourcemap button (Fixes #115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Jun 17, 2022
1 parent 0862203 commit 33bed29
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 3 deletions.
4 changes: 3 additions & 1 deletion dist/codicon.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@font-face {
font-family: "codicon";
font-display: block;
src: url("./codicon.ttf?752d158f6fdd841fdf625d81780ae8e5") format("truetype");
src: url("./codicon.ttf?10ff18bf629b8fb5c129caef3336d388") format("truetype");
}

.codicon[class*='codicon-'] {
Expand Down Expand Up @@ -560,3 +560,5 @@
.codicon-layout-sidebar-left-off:before { content: "\ec02" }
.codicon-blank:before { content: "\ec03" }
.codicon-heart-filled:before { content: "\ec04" }
.codicon-map:before { content: "\ec05" }
.codicon-map-filled:before { content: "\ec06" }
2 changes: 2 additions & 0 deletions dist/codicon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ lock,,EA75
magnet,,EBAE
mail-read,,EB1B
mail,,EB1C
map-filled,,EC06
map,,EC05
markdown,,EB1D
megaphone,,EB1E
mention,,EB1F
Expand Down
16 changes: 16 additions & 0 deletions dist/codicon.html
Original file line number Diff line number Diff line change
Expand Up @@ -2025,6 +2025,22 @@ <h1>codicon</h1>
<span class='label'>mail</span>
<span class='description'></span>
</div>
<div class="icon" data-name="map-filled" title="map-filled">
<span class="inner">
<i class="codicon codicon-map-filled" aria-hidden="true"></i>
</span>
<br>
<span class='label'>map-filled</span>
<span class='description'></span>
</div>
<div class="icon" data-name="map" title="map">
<span class="inner">
<i class="codicon codicon-map" aria-hidden="true"></i>
</span>
<br>
<span class='label'>map</span>
<span class='description'></span>
</div>
<div class="icon" data-name="markdown" title="markdown">
<span class="inner">
<i class="codicon codicon-markdown" aria-hidden="true"></i>
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.
Binary file modified dist/codicon.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions src/icons/map-filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/map.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: 3 additions & 1 deletion src/template/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -501,5 +501,7 @@
"layout-panel-off": 60417,
"layout-sidebar-left-off": 60418,
"blank": 60419,
"heart-filled": 60420
"heart-filled": 60420,
"map": 60421,
"map-filled": 60422
}

0 comments on commit 33bed29

Please sign in to comment.