Skip to content

Commit c0744a0

Browse files
committed
Handle issues caused by outdated IDE extension
1 parent ba2a7d5 commit c0744a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/misc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export function getErrorReportUrl(title, description) {
8282
['Could not create PIO Core Virtual Environment', 'https://bit.ly/43hNh04'],
8383
['Compatible PlatformIO Core not found', 'https://bit.ly/43tNj4C'],
8484
['Could not find a version that satisfies the requirement', 'https://bit.ly/3TOcnBK'],
85+
['PIO IDE: v2.', 'https://bit.ly/3H70AHl'],
8586
];
8687
for (const item of errorToUrls) {
8788
if (description.includes(item[0])) {

0 commit comments

Comments
 (0)