Skip to content

Commit 1d8e3ca

Browse files
committed
Focus on the project configuration output tab only on error // Resolve platformio#3535
1 parent 05bfd9e commit 1d8e3ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* Added new ``platformio-ide.uploadAndMonitor`` command to "Upload and Monitor" active environment (useful for custom PlatformIO Toolbar) (issue [#1697](https://github.com/platformio/platformio-vscode-ide/issues/1697))
66
* Fixed "Select All", "Undo", and "Redo" operations on macOS for PIO Home (pull [#3451](https://github.com/platformio/platformio-vscode-ide/pull/3451))
7+
* Focus on the project configuration output tab only on error (issue [#3535](https://github.com/platformio/platformio-vscode-ide/issues/3535))
78

89
## 3.0.0 (2023-02-01)
910

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@
884884
},
885885
"dependencies": {
886886
"fs-plus": "~3.1.1",
887-
"platformio-node-helpers": "~9.9.2",
887+
"platformio-node-helpers": "~9.9.3",
888888
"platformio-vscode-debug": "~1.4.1"
889889
},
890890
"devDependencies": {

0 commit comments

Comments
 (0)