Skip to content

Commit 440adb4

Browse files
committed
Organize assests
1 parent 739e6c4 commit 440adb4

File tree

11 files changed

+8
-8
lines changed

11 files changed

+8
-8
lines changed

.vscodeignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
src/**
44
test/**
55
.babelrc
6-
.esformatter
76
.eslintignore
87
.eslintrc.js
98
.gitignore

assets/predownloaded/.keep

Whitespace-only changes.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"arduino"
2424
],
2525
"main": "./dist/extension",
26-
"icon": "resources/platformio-logo.png",
26+
"icon": "assets/images/platformio-logo.png",
2727
"homepage": "https://platformio.org",
2828
"author": {
2929
"name": "PlatformIO.Org"
@@ -210,17 +210,17 @@
210210
"command": "platformio-debug.examineMemory",
211211
"title": " View Memory",
212212
"icon": {
213-
"light": "resources/icons/add.svg",
214-
"dark": "resources/icons/add-inverse.svg"
213+
"light": "assets/icons/add.svg",
214+
"dark": "assets/icons/add-inverse.svg"
215215
}
216216
},
217217
{
218218
"category": "PlatformIO Debug",
219219
"command": "platformio-debug.memory.clearHistory",
220220
"title": "Clear Memory View History",
221221
"icon": {
222-
"light": "resources/icons/closeall.svg",
223-
"dark": "resources/icons/closeall-inverse.svg"
222+
"light": "assets/icons/closeall.svg",
223+
"dark": "assets/icons/closeall-inverse.svg"
224224
}
225225
},
226226
{
@@ -424,7 +424,7 @@
424424
{
425425
"id": "platformio",
426426
"title": "PlatformIO",
427-
"icon": "resources/platformio-activity-icon.svg",
427+
"icon": "assets/icons/platformio-activity-icon.svg",
428428
"when": "pioCoreReady"
429429
}
430430
]

0 commit comments

Comments
 (0)