|
1 | 1 | {
|
2 | 2 | "name": "platformio-ide",
|
3 |
| - "version": "2.3.1", |
| 3 | + "version": "2.3.2", |
4 | 4 | "publisher": "platformio",
|
5 | 5 | "engines": {
|
6 | 6 | "vscode": "^1.44.0"
|
|
594 | 594 | "default": false,
|
595 | 595 | "description": "Disable showing PIO Home at startup"
|
596 | 596 | },
|
| 597 | + "platformio-ide.pioHomeServerHttpHost": { |
| 598 | + "type": "string", |
| 599 | + "default": "127.0.0.1", |
| 600 | + "description": "PIO Home server HTTP host (default is 127.0.0.1, but in case of dockerized environments 0.0.0.0)" |
| 601 | + }, |
597 | 602 | "platformio-ide.pioHomeServerHttpPort": {
|
598 | 603 | "type": "integer",
|
599 | 604 | "description": "PIO Home server HTTP port (the default value 0 automatically assigns a free port in the range [8010..8100])"
|
|
616 | 621 | "vscode:package": "webpack --mode production && vsce package"
|
617 | 622 | },
|
618 | 623 | "devDependencies": {
|
619 |
| - "@babel/core": "~7.13.10", |
| 624 | + "@babel/core": "~7.13.15", |
620 | 625 | "@types/node": "~12",
|
621 | 626 | "@types/vscode": "~1.44.0",
|
622 | 627 | "babel-eslint": "~10.1.0",
|
623 | 628 | "babel-loader": "~8.2.2",
|
624 | 629 | "babel-plugin-transform-class-properties": "~6.24.1",
|
625 | 630 | "babel-preset-env": "~1.7.0",
|
626 |
| - "eslint": "~7.22.0", |
| 631 | + "eslint": "~7.24.0", |
627 | 632 | "eslint-import-resolver-webpack": "~0.13.0",
|
628 | 633 | "eslint-plugin-import": "~2.22.1",
|
629 | 634 | "prettier": "~2.2.1",
|
630 |
| - "vsce": "~1.87.0", |
631 |
| - "webpack": "~5.27.2", |
632 |
| - "webpack-cli": "~4.5.0" |
| 635 | + "vsce": "~1.87.1", |
| 636 | + "webpack": "~5.32.0", |
| 637 | + "webpack-cli": "~4.6.0" |
633 | 638 | },
|
634 | 639 | "dependencies": {
|
635 | 640 | "fs-plus": "~3.1.1",
|
636 |
| - "platformio-node-helpers": "~9.1.2", |
| 641 | + "platformio-node-helpers": "~9.2.2", |
637 | 642 | "platformio-vscode-debug": "~1.3.1"
|
638 | 643 | },
|
639 | 644 | "extensionDependencies": [
|
|
0 commit comments