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 c264a3b commit ba2a7d5Copy full SHA for ba2a7d5
src/misc.js
@@ -81,6 +81,7 @@ export function getErrorReportUrl(title, description) {
81
['Could not start PIO Home server: Timeout error', 'https://bit.ly/3m2Tbl9'],
82
['Could not create PIO Core Virtual Environment', 'https://bit.ly/43hNh04'],
83
['Compatible PlatformIO Core not found', 'https://bit.ly/43tNj4C'],
84
+ ['Could not find a version that satisfies the requirement', 'https://bit.ly/3TOcnBK'],
85
];
86
for (const item of errorToUrls) {
87
if (description.includes(item[0])) {
0 commit comments