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 d173799 commit 04b8236Copy full SHA for 04b8236
src/misc.js
@@ -76,6 +76,7 @@ export function getErrorReportUrl(title, description) {
76
['subprocess.CalledProcessError', 'https://bit.ly/3EFlxWq'],
77
['Can not find Python Interpreter', 'https://bit.ly/3wkz0Qv'],
78
['platformio-ide.useBuiltinPIOCore', 'https://bit.ly/3AhJHHe'],
79
+ ['Could not start PIO Home server: Timeout error', 'https://bit.ly/3m2Tbl9'],
80
];
81
for (const item of errorToUrls) {
82
if (description.includes(item[0])) {
0 commit comments