|
2 | 2 | "name": "pico-w-go", |
3 | 3 | "displayName": "MicroPico", |
4 | 4 | "description": "Auto-completion, remote workspace and a REPL console integration for the Raspberry Pi Pico (W) with MicroPython firmware.", |
5 | | - "version": "3.2.1", |
| 5 | + "version": "3.2.2", |
6 | 6 | "publisher": "paulober", |
7 | 7 | "license": "MPL-2.0", |
8 | 8 | "homepage": "https://github.com/paulober/MicroPico/blob/main/README.md", |
|
367 | 367 | "settings", |
368 | 368 | "listserial", |
369 | 369 | "listcommands", |
370 | | - "togglepicowfs" |
| 370 | + "togglepicowfs", |
| 371 | + "uploadproject" |
371 | 372 | ] |
372 | 373 | }, |
373 | 374 | "default": [ |
|
443 | 444 | "command": "micropico.uploadFile", |
444 | 445 | "tooltip": "Upload current file to your board" |
445 | 446 | }, |
| 447 | + { |
| 448 | + "key": "uploadproject", |
| 449 | + "name": "$(triangle-up) Upload Project", |
| 450 | + "command": "micropico.upload", |
| 451 | + "tooltip": "Upload current project to your board" |
| 452 | + }, |
446 | 453 | { |
447 | 454 | "key": "download", |
448 | 455 | "name": "$(triangle-down) Download", |
|
500 | 507 | "test": "node ./out/test/runTest.js" |
501 | 508 | }, |
502 | 509 | "devDependencies": { |
503 | | - "@rollup/plugin-commonjs": "^25.0.3", |
| 510 | + "@rollup/plugin-commonjs": "^25.0.4", |
504 | 511 | "@rollup/plugin-node-resolve": "^15.1.0", |
505 | 512 | "@rollup/plugin-terser": "^0.4.3", |
506 | 513 | "@rollup/plugin-typescript": "^11.1.2", |
507 | 514 | "@types/fs-extra": "^11.0.1", |
508 | | - "@types/lodash": "^4.14.196", |
| 515 | + "@types/lodash": "^4.14.197", |
509 | 516 | "@types/mocha": "^10.0.1", |
510 | 517 | "@types/node": "^16.x", |
511 | 518 | "@types/uuid": "^9.0.2", |
512 | 519 | "@types/vscode": "^1.76.0", |
513 | | - "@typescript-eslint/eslint-plugin": "^6.2.1", |
514 | | - "@typescript-eslint/parser": "^6.2.1", |
| 520 | + "@typescript-eslint/eslint-plugin": "^6.4.0", |
| 521 | + "@typescript-eslint/parser": "^6.4.0", |
515 | 522 | "@vscode/test-electron": "^2.3.4", |
516 | | - "eslint": "^8.46.0", |
517 | | - "eslint-config-prettier": "^8.9.0", |
| 523 | + "eslint": "^8.47.0", |
| 524 | + "eslint-config-prettier": "^9.0.0", |
518 | 525 | "glob": "^9.3.4", |
519 | 526 | "mocha": "^10.2.0", |
520 | | - "rollup": "^3.27.0", |
| 527 | + "rollup": "^3.28.0", |
521 | 528 | "rollup-plugin-copy": "^3.4.0", |
522 | 529 | "typescript": "^5.1.6" |
523 | 530 | }, |
524 | 531 | "dependencies": { |
525 | | - "@paulober/pyboard-serial-com": "^1.5.2", |
| 532 | + "@paulober/pyboard-serial-com": "^1.5.3", |
526 | 533 | "fs-extra": "^11.1.1", |
527 | 534 | "lodash": "^4.17.21", |
528 | 535 | "rimraf": "^5.0.1", |
|
0 commit comments