Skip to content

Commit 5ad9a83

Browse files
committed
revert icon support
1 parent 6c8ac49 commit 5ad9a83

3 files changed

Lines changed: 4 additions & 37 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
# 0.0.18
4+
- revert icon support
5+
36
# 0.0.17
47
- add icons for supported file types
58

file-icons.json

Lines changed: 0 additions & 29 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "terrabuild",
44
"displayName": "Terrabuild",
55
"description": "Syntax highlighting for Terrabuild",
6-
"version": "0.0.17",
6+
"version": "0.0.18",
77
"publisher": "MagnusOpera",
88
"license": "FSL-1.1-Apache-2.0",
99
"repository": {
@@ -24,13 +24,6 @@
2424
"terrabuild"
2525
],
2626
"contributes": {
27-
"iconThemes": [
28-
{
29-
"id": "terrabuild-icons",
30-
"label": "Terrabuild Icons",
31-
"path": "./file-icons.json"
32-
}
33-
],
3427
"languages": [
3528
{
3629
"id": "terrabuild-lang",

0 commit comments

Comments
 (0)