You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hohwille opened this issue
Apr 19, 2021
· 2 comments
Labels
bugSomething isn't workingpluginsrelated to plugins (for Eclipse, Intellij, VSCode, etc.)setuprelated to the setup process of devonfw-ide (setup[.bat] and devon ... setup)vscodeMicrosoft visual studio code
our extension pack installation to vscode does not work reliable as we sometimes get this error:
Successfully installed vscode
To be fully functional please rerun 'devon' command to update your PATH properly.
vsCode extensions not configured to be removed on update. If you would like to do so, please create /home/runner/work/ide/ide/scripts/target/integration-test/test-setup/settings/vscode/vscode.properties with clean_plugins_on_update=true.
******** ATTENTION ********
Execute plugin installation with following parameters ( --install-extension devonfw.devonfw-extension-pack) into VS code...
Please wait until VSCode has successfully installed all plugins.
You may then use or close VSCode as you like.
Installing extensions...
Installing extension 'devonfw.devonfw-extension-pack' v5.1.0...
(node:2992) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
read ECONNRESET
Failed Installing Extensions: devonfw.devonfw-extension-pack
(node:2992) UnhandledPromiseRejectionWarning: Error: read ECONNRESET
at TLSWrap.onStreamRead (internal/stream_base_commons.js:205:27)
(node:2992) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
(node:2992) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Failed to run command: '/home/runner/work/ide/ide/scripts/target/integration-test/test-setup/software/vscode/bin/code' --new-window --user-data-dir '/home/runner/work/ide/ide/scripts/target/integration-test/test-setup/workspaces/main/.vscode/.userdata' --extensions-dir '/home/runner/work/ide/ide/scripts/target/integration-test/test-setup/software/vscode-extensions' --force --install-extension devonfw.devonfw-extension-pack
The text was updated successfully, but these errors were encountered:
hohwille
added
bug
Something isn't working
vscode
Microsoft visual studio code
plugins
related to plugins (for Eclipse, Intellij, VSCode, etc.)
setup
related to the setup process of devonfw-ide (setup[.bat] and devon ... setup)
labels
Apr 19, 2021
It seems that this issue raises with a corrupted installation and the only way to solve it is with a fresh install. Indeed, Suvendu had the same issue if I am not mistaken, and the only thing that worked was a fresh install.
So, I am not sure, but providing a fresh install alternative if possible just in case could be enough.
IMHO this is more or less a duplicate of #887 - we had to change devonfw-extension-pack from auto-installed plugin to recommended plugin to prevent breaking the default setup of devonfw.
See also devonfw/extension-pack-vscode#12
bugSomething isn't workingpluginsrelated to plugins (for Eclipse, Intellij, VSCode, etc.)setuprelated to the setup process of devonfw-ide (setup[.bat] and devon ... setup)vscodeMicrosoft visual studio code
our extension pack installation to vscode does not work reliable as we sometimes get this error:
@sjimenez77 any ideas what we could do here?
The text was updated successfully, but these errors were encountered: