Skip to content

Commit

Permalink
Migrate to codicon (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo authored Mar 12, 2020
1 parent 5aca7aa commit 2fc25e8
Show file tree
Hide file tree
Showing 17 changed files with 38 additions and 312 deletions.
115 changes: 24 additions & 91 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 6 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"aiKey": "90c182a8-8dab-45d4-bfb8-1353eb55aa7f",
"engines": {
"vscode": "^1.41.0"
"vscode": "^1.43.0"
},
"categories": [
"Other"
Expand Down Expand Up @@ -144,19 +144,13 @@
{
"command": "java.test.explorer.run",
"title": "%contributes.commands.java.test.explorer.run.title%",
"icon": {
"light": "resources/media/light/run.svg",
"dark": "resources/media/dark/run.svg"
},
"icon": "$(debug-start)",
"category": "Java"
},
{
"command": "java.test.explorer.debug",
"title": "%contributes.commands.java.test.explorer.debug.title%",
"icon": {
"light": "resources/media/light/debug.svg",
"dark": "resources/media/dark/debug.svg"
},
"icon": "$(debug)",
"category": "Java"
},
{
Expand All @@ -171,10 +165,7 @@
{
"command": "java.test.explorer.debugAll",
"title": "%contributes.commands.java.test.explorer.debugAll.title%",
"icon": {
"light": "resources/media/light/debug.svg",
"dark": "resources/media/dark/debug.svg"
},
"icon": "$(debug)",
"category": "Java"
},
{
Expand All @@ -185,10 +176,7 @@
{
"command": "java.test.explorer.refresh",
"title": "%contributes.commands.java.test.explorer.refresh.title%",
"icon": {
"light": "resources/media/light/refresh.svg",
"dark": "resources/media/dark/refresh.svg"
},
"icon": "$(refresh)",
"category": "Java"
},
{
Expand Down Expand Up @@ -357,7 +345,7 @@
"@types/mocha": "^2.2.48",
"@types/node": "^6.14.7",
"@types/pug": "^2.0.4",
"@types/vscode": "1.41.0",
"@types/vscode": "1.43.0",
"bootstrap": "^4.3.1",
"filemanager-webpack-plugin": "^2.0.5",
"gulp": "^4.0.2",
Expand Down
35 changes: 0 additions & 35 deletions resources/media/dark/class.svg

This file was deleted.

5 changes: 0 additions & 5 deletions resources/media/dark/debug.svg

This file was deleted.

16 changes: 0 additions & 16 deletions resources/media/dark/method.svg

This file was deleted.

25 changes: 0 additions & 25 deletions resources/media/dark/package.svg

This file was deleted.

3 changes: 0 additions & 3 deletions resources/media/dark/pending.svg

This file was deleted.

4 changes: 0 additions & 4 deletions resources/media/dark/refresh.svg

This file was deleted.

3 changes: 0 additions & 3 deletions resources/media/dark/run.svg

This file was deleted.

Loading

0 comments on commit 2fc25e8

Please sign in to comment.