Skip to content

Commit f7db74e

Browse files
committed
Fixed an issue when Project Tasks are disabled in the VSCode v1.71 // Resolve platformio#3299
1 parent b79d68d commit f7db74e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
## 2.5.3 (2022-09-03)
4+
5+
- Fixed an issue when Project Tasks are disabled in the VSCode v1.71 (issue [#3299](https://github.com/platformio/platformio-vscode-ide/issues/3299))
6+
37
## 2.5.2 (2022-08-12)
48

59
- Fixed an issue when project tasks with a title didn't work (issue [#3274](https://github.com/platformio/platformio-vscode-ide/issues/3274))

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@
9595
{
9696
"command": "platformio-ide.privateRunTask",
9797
"title": "Custom task runner (private)",
98-
"category": "PlatformIO",
99-
"enablement": "false"
98+
"category": "PlatformIO"
10099
},
101100
{
102101
"command": "platformio-ide.showHome",

0 commit comments

Comments
 (0)