Skip to content

Commit 941c336

Browse files
authored
chore: Reduce package size (#522)
1 parent 0978179 commit 941c336

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ scripts
1717
extension.bundle.ts
1818
javaConfig.json
1919
.github/**
20+
images
2021

2122
# Ignore output of code sign
2223
server/*.md
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,17 @@
110110
"title": "%contributes.commands.java.view.package.linkWithFolderExplorer%",
111111
"category": "Java",
112112
"icon": {
113-
"dark": "images/dark/icon-unlink.svg",
114-
"light": "images/light/icon-unlink.svg"
113+
"dark": "icons/dark/icon-unlink.svg",
114+
"light": "icons/light/icon-unlink.svg"
115115
}
116116
},
117117
{
118118
"command": "java.view.package.unlinkWithFolderExplorer",
119119
"title": "%contributes.commands.java.view.package.unlinkWithFolderExplorer%",
120120
"category": "Java",
121121
"icon": {
122-
"dark": "images/dark/icon-link.svg",
123-
"light": "images/light/icon-link.svg"
122+
"dark": "icons/dark/icon-link.svg",
123+
"light": "icons/light/icon-link.svg"
124124
}
125125
},
126126
{

0 commit comments

Comments
 (0)