File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,9 @@ export function getErrorReportUrl(title, description) {
192192 const errorToUrls = [
193193 [ '_remove_dead_weakref' , 'https://github.com/platformio/platformio-vscode-ide/issues/142' ] ,
194194 [ 'WindowsError: [Error 5]' , 'https://github.com/platformio/platformio-vscode-ide/issues/884' ] ,
195- [ 'Could not start PIO Home server: Error: timeout' , 'https://github.com/platformio/platformio-vscode-ide/issues/205' ]
195+ [ 'Could not start PIO Home server: Error: timeout' , 'https://github.com/platformio/platformio-vscode-ide/issues/205' ] ,
196+ [ 'Failed to download file' , 'https://github.com/platformio/platformio-vscode-ide/issues/386' ] ,
197+ [ 'Conda Virtualenv' , 'https://github.com/platformio/platformio-vscode-ide/issues/914' ] ,
196198 ] ;
197199 for ( const item of errorToUrls ) {
198200 if ( description . includes ( item [ 0 ] ) ) {
You can’t perform that action at this time.
0 commit comments