Skip to content

Commit 27a29b1

Browse files
authored
Update to the newest codicon (#251)
1 parent 21050e1 commit 27a29b1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"explorer"
1313
],
1414
"engines": {
15-
"vscode": "^1.43.0"
15+
"vscode": "^1.44.0"
1616
},
1717
"repository": {
1818
"type": "git",
@@ -273,7 +273,7 @@
273273
"@types/minimatch": "^3.0.3",
274274
"@types/mocha": "^5.2.5",
275275
"@types/node": "^8.10.36",
276-
"@types/vscode": "1.43.0",
276+
"@types/vscode": "1.44.0",
277277
"@types/xml2js": "^0.4.3",
278278
"cross-env": "^5.2.0",
279279
"glob": "^7.1.4",

src/views/containerNode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ export class ContainerNode extends DataNode {
3737
}
3838

3939
protected get iconPath(): ThemeIcon {
40-
return new ThemeIcon("files");
40+
return new ThemeIcon("library");
4141
}
4242
}

0 commit comments

Comments
 (0)