We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79d68d commit f7db74eCopy full SHA for f7db74e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release Notes
2
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
7
## 2.5.2 (2022-08-12)
8
9
- 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
@@ -95,8 +95,7 @@
95
{
96
"command": "platformio-ide.privateRunTask",
97
"title": "Custom task runner (private)",
98
- "category": "PlatformIO",
99
- "enablement": "false"
+ "category": "PlatformIO"
100
},
101
102
"command": "platformio-ide.showHome",
0 commit comments