Skip to content

Commit 34ed860

Browse files
committed
Requires VSCode 1.63 or above
1 parent 758e537 commit 34ed860

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 2.5.1 (2022-??-??)
4+
5+
**Requires VSCode 1.63 or above**
6+
7+
- Prevented users from using wrong Build/Debug buttons (issue [#3239](https://github.com/platformio/platformio-vscode-ide/issues/3239))
8+
39
## 2.5.0 (2022-06-23)
410

511
**Requires PlatformIO Core 6.0 or above**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@
638638
"devDependencies": {
639639
"@babel/core": "~7.18.6",
640640
"@babel/eslint-parser": "~7.18.2",
641-
"@types/vscode": "~1.57.0",
641+
"@types/vscode": "~1.63.0",
642642
"@babel/plugin-proposal-class-properties": "~7.18.6",
643643
"@babel/preset-env": "~7.18.6",
644644
"@types/node": "~14",

0 commit comments

Comments
 (0)