|
16 | 16 | }, |
17 | 17 | "icon": "media/logo.png", |
18 | 18 | "engines": { |
19 | | - "vscode": "^1.100.0" |
| 19 | + "vscode": "^1.99.0" |
20 | 20 | }, |
21 | 21 | "categories": [ |
22 | 22 | "Other" |
|
159 | 159 | { |
160 | 160 | "command": "cloudsmith-vsc.cloudsmithReposCreateNew", |
161 | 161 | "title": "Repos: Create a new repository from the open template window" |
| 162 | + }, |
| 163 | + { |
| 164 | + "command": "cloudsmith-vscode-extension.cloudsmithDocs", |
| 165 | + "category": "Cloudsmith", |
| 166 | + "title": "Documentation: View official Cloudsmith docs." |
162 | 167 | } |
163 | 168 | ], |
164 | 169 | "menus": { |
|
243 | 248 | "description": "If enabled, packages are displayed via Package Group." |
244 | 249 | } |
245 | 250 | } |
246 | | - }, |
247 | | - "activationEvents": [], |
248 | | - "main": "./extension.js", |
249 | | - "contributes": { |
250 | | - "commands": [ |
251 | | - { |
252 | | - "command": "cloudsmith-vscode-extension.cloudsmithAuth", |
253 | | - "category": "Cloudsmith", |
254 | | - "title": "Auth" |
255 | | - }, |
256 | | - { |
257 | | - "command": "cloudsmith-vscode-extension.cloudsmithDocs", |
258 | | - "category": "Cloudsmith", |
259 | | - "title": "Documentation: View official Cloudsmith docs." |
260 | | - }, |
261 | | - { |
262 | | - "command": "cloudsmith-vscode-extension.cloudsmithWorkspaces", |
263 | | - "category": "Cloudsmith", |
264 | | - "title": "Workspaces: Get a list of all workspaces the user belongs to." |
265 | | - }, |
266 | | - { |
267 | | - "command": "cloudsmith-vscode-extension.cloudsmithReposList", |
268 | | - "category": "Cloudsmith", |
269 | | - "title": "Repos: Get all repositories associated with current user." |
270 | | - }, |
271 | | - { |
272 | | - "command": "cloudsmith-vscode-extension.cloudsmithReposListNamespace", |
273 | | - "category": "Cloudsmith", |
274 | | - "title": "Repos: Get all repositories within a namespace. " |
275 | | - }, |
276 | | - { |
277 | | - "command": "cloudsmith-vscode-extension.cloudsmithReposCreateTemplate", |
278 | | - "category": "Cloudsmith", |
279 | | - "title": "Repos: Create a template file to configure your repository." |
280 | | - }, |
281 | | - { |
282 | | - "command": "cloudsmith-vscode-extension.cloudsmithReposCreateNew", |
283 | | - "category": "Cloudsmith", |
284 | | - "title": "Repos: Create a new repository from the open template window" |
285 | | - } |
286 | | - ] |
287 | | - }, |
288 | | - "scripts": { |
289 | | - "lint": "eslint .", |
290 | | - "pretest": "npm run lint", |
291 | | - "test": "vscode-test" |
292 | | - }, |
293 | | - "devDependencies": { |
294 | | - "@types/mocha": "^10.0.10", |
295 | | - "@types/node": "20.x", |
296 | | - "@types/vscode": "^1.100.0", |
297 | | - "@vscode/test-cli": "^0.0.10", |
298 | | - "@vscode/test-electron": "^2.5.2", |
299 | | - "eslint": "^9.25.1" |
300 | | - }, |
301 | | - "dependencies": { |
302 | | - "child_process": "^1.0.2", |
303 | | - "dotenv": "^16.5.0", |
304 | | - "file": "^0.2.2", |
305 | | - "json": "^11.0.0", |
306 | | - "path": "^0.12.7" |
307 | | - }, |
308 | | - "keywords": [ |
309 | | - "cloudsmith", |
310 | | - "devops", |
311 | | - "artifact management", |
312 | | - "packages", |
313 | | - "alpine", |
314 | | - "cargo", |
315 | | - "chocolatey", |
316 | | - "composer", |
317 | | - "conan", |
318 | | - "conda", |
319 | | - "cran", |
320 | | - "dart", |
321 | | - "debian", |
322 | | - "docker", |
323 | | - "go", |
324 | | - "gradle", |
325 | | - "helm", |
326 | | - "hex", |
327 | | - "maven", |
328 | | - "npm", |
329 | | - "nuget", |
330 | | - "powershell", |
331 | | - "python", |
332 | | - "repositories", |
333 | | - "rpm", |
334 | | - "ruby", |
335 | | - "sbt", |
336 | | - "swift", |
337 | | - "terraform", |
338 | | - "unity", |
339 | | - "vagrant" |
340 | | - ] |
341 | | - } |
| 251 | + } |
| 252 | + }, |
| 253 | + "scripts": { |
| 254 | + "lint": "eslint .", |
| 255 | + "pretest": "npm run lint", |
| 256 | + "test": "vscode-test" |
| 257 | + }, |
| 258 | + "devDependencies": { |
| 259 | + "@types/mocha": "^10.0.10", |
| 260 | + "@types/node": "20.x", |
| 261 | + "@types/vscode": "^1.99.0", |
| 262 | + "@vscode/test-cli": "^0.0.10", |
| 263 | + "@vscode/test-electron": "^2.5.2", |
| 264 | + "eslint": "^9.25.1" |
| 265 | + }, |
| 266 | + "dependencies": {}, |
| 267 | + "keywords": [ |
| 268 | + "cloudsmith", |
| 269 | + "devops", |
| 270 | + "artifact management", |
| 271 | + "packages", |
| 272 | + "alpine", |
| 273 | + "cargo", |
| 274 | + "chocolatey", |
| 275 | + "composer", |
| 276 | + "conan", |
| 277 | + "conda", |
| 278 | + "cran", |
| 279 | + "dart", |
| 280 | + "debian", |
| 281 | + "docker", |
| 282 | + "go", |
| 283 | + "gradle", |
| 284 | + "helm", |
| 285 | + "hex", |
| 286 | + "maven", |
| 287 | + "npm", |
| 288 | + "nuget", |
| 289 | + "powershell", |
| 290 | + "python", |
| 291 | + "repositories", |
| 292 | + "rpm", |
| 293 | + "ruby", |
| 294 | + "sbt", |
| 295 | + "swift", |
| 296 | + "terraform", |
| 297 | + "unity", |
| 298 | + "vagrant" |
| 299 | + ] |
342 | 300 | } |
0 commit comments