|
1 | 1 | { |
2 | 2 | "name": "netsuite-upload", |
3 | 3 | "displayName": "NetSuite Upload", |
4 | | - "description": "NetSuite Upload Extension used for managing of SuiteScript files", |
5 | | - "version": "1.0.2", |
6 | | - "publisher": "tomastvrdy", |
| 4 | + "description": "Upload and download NetSuite SuiteScript files and folders.", |
| 5 | + "version": "1.0.3", |
| 6 | + "publisher": "nsupload-org", |
7 | 7 | "engines": { |
8 | 8 | "vscode": "^1.22.2" |
9 | 9 | }, |
|
18 | 18 | "icon": "img/icon.png", |
19 | 19 | "keywords": [ |
20 | 20 | "netsuite", |
21 | | - "netsuite-upload" |
| 21 | + "netsuite upload", |
| 22 | + "netsuite download", |
| 23 | + "netsuite sync" |
22 | 24 | ], |
23 | 25 | "activationEvents": [ |
24 | 26 | "onCommand:netsuite-upload.downloadFile", |
|
78 | 80 | { |
79 | 81 | "command": "netsuite-upload.downloadFile", |
80 | 82 | "title": "Pull file from NetSuite", |
81 | | - "category": "NSUpload" |
| 83 | + "category": "NetSuite" |
82 | 84 | }, |
83 | 85 | { |
84 | 86 | "command": "netsuite-upload.previewFile", |
85 | 87 | "title": "Compare file with NetSuite", |
86 | | - "category": "NSUpload" |
| 88 | + "category": "NetSuite" |
87 | 89 | }, |
88 | 90 | { |
89 | 91 | "command": "netsuite-upload.uploadFile", |
90 | 92 | "title": "Push file to NetSuite", |
91 | | - "category": "NSUpload" |
| 93 | + "category": "NetSuite" |
92 | 94 | }, |
93 | 95 | { |
94 | 96 | "command": "netsuite-upload.deleteFile", |
95 | 97 | "title": "Delete file in NetSuite", |
96 | | - "category": "NSUpload" |
| 98 | + "category": "NetSuite" |
97 | 99 | }, |
98 | 100 | { |
99 | 101 | "command": "netsuite-upload.downloadFolder", |
100 | 102 | "title": "Pull folder from NetSuite", |
101 | | - "category": "NSUpload" |
| 103 | + "category": "NetSuite" |
102 | 104 | }, |
103 | 105 | { |
104 | 106 | "command": "netsuite-upload.addCustomDependency", |
105 | 107 | "title": "Add Custom Dependency", |
106 | | - "category": "NSUpload" |
| 108 | + "category": "NetSuite" |
107 | 109 | }, |
108 | 110 | { |
109 | 111 | "command": "netsuite-upload.addNSDependency", |
110 | 112 | "title": "Add NetSuite Dependency", |
111 | | - "category": "NSUpload" |
| 113 | + "category": "NetSuite" |
112 | 114 | }, |
113 | 115 | { |
114 | 116 | "command": "netsuite-upload.getRestletVersion", |
115 | | - "title": "Get NSUpload RESTlet version", |
116 | | - "category": "NSUpload" |
| 117 | + "title": "Get RESTlet version", |
| 118 | + "category": "NetSuite" |
117 | 119 | } |
118 | 120 | ], |
119 | 121 | "menus": { |
|
0 commit comments