We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed8bfa commit e38e32fCopy full SHA for e38e32f
images/icon.png
2.39 KB
images/icon.svg
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "lunatic-file-picker",
3
"displayName": "file-picker",
4
- "description": "Simple tool to picc file names and provide it to inputs",
5
- "version": "0.1.0",
+ "description": "Simple tool select file from your project by name or json content",
+ "version": "0.1.1",
6
"publisher": "DmitriyMuraviov",
7
"repository": {
8
"type": "git",
@@ -14,10 +14,16 @@
14
"categories": [
15
"Other"
16
],
17
+ "keywords": [
18
+ "pick",
19
+ "file",
20
+ "inputs"
21
+ ],
22
"activationEvents": [
23
"onCommand:filePicker.pick"
24
25
"main": "./out/extension.js",
26
+ "icon": "images/icon.png",
27
"contributes": {
28
"commands": [
29
0 commit comments