devonfw / ide

Tool to automate setup and update of development environment (esp. for Java projects).
Apache License 2.0
33 stars 102 forks source link

Installation of VSCode Plugins is unstable #1350

Open NicolasHauf opened 10 months ago

NicolasHauf commented 10 months ago

Description:

When installing VSCode plugins with devon the installation command sometimes fails with the error "connect ETIMEDOUT ...". Installing the plugins individually with a for loop results in the same error.

Steps to reproduce bug:

To replicate this use devon vscode setup while the plugins are not yet installed in "devonfw/plugins/vscode/".

Comments/Hints:

Command arguments can be added here. One thing to look at might be VSCode proxy settings.