Skip to content

Commit 5d5cba2

Browse files
committed
Bump version to 2.5.5
1 parent 9e08cf6 commit 5d5cba2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

3+
## 2.5.5 (2022-10-31)
4+
5+
- Inherit VSCode Proxy configuration for PlatformIO Core (requires PlatformIO Core 6.1.5+)
6+
- Fixed an issue with passing VSCode environment variables to the terminal processes (issue [#3287](https://github.com/platformio/platformio-vscode-ide/issues/3287))
7+
38
## 2.5.4 (2022-09-03)
49

510
- Keep using legacy API for calling VSCode tasks

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "platformio-ide",
3-
"version": "2.5.4",
3+
"version": "2.5.5",
44
"publisher": "platformio",
55
"engines": {
66
"vscode": "^1.63.0"

0 commit comments

Comments
 (0)