Skip to content

Commit e38e32f

Browse files
Icon and description update
1 parent 6ed8bfa commit e38e32f

File tree

3 files changed

+318
-2
lines changed

3 files changed

+318
-2
lines changed

images/icon.png

2.39 KB
Loading

images/icon.svg

Lines changed: 310 additions & 0 deletions
Loading

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "lunatic-file-picker",
33
"displayName": "file-picker",
4-
"description": "Simple tool to picc file names and provide it to inputs",
5-
"version": "0.1.0",
4+
"description": "Simple tool select file from your project by name or json content",
5+
"version": "0.1.1",
66
"publisher": "DmitriyMuraviov",
77
"repository": {
88
"type": "git",
@@ -14,10 +14,16 @@
1414
"categories": [
1515
"Other"
1616
],
17+
"keywords": [
18+
"pick",
19+
"file",
20+
"inputs"
21+
],
1722
"activationEvents": [
1823
"onCommand:filePicker.pick"
1924
],
2025
"main": "./out/extension.js",
26+
"icon": "images/icon.png",
2127
"contributes": {
2228
"commands": [
2329
{

0 commit comments

Comments
 (0)