openvscode-server
openvscode-server copied to clipboard
Kogito Breaks IDE
Does this issue occur when all extensions are disabled?: No
-
VS Code Version:

-
OS Version:

Steps to Reproduce:
-
Install Kogito Extension (search Kogito, install)

-
Create test file test.bpmn, the editor stays spinning forever:

-
Interact with the DMN editor and the whole application crashes:


Seeing this in the logs:
[02:08:22] [File Watcher (parcel)] Unexpected error: Operation not permitted (EUNKNOWN) (path: /home/workspace)
[02:08:22] [File Watcher (parcel)] restarting watcher after error: Operation not permitted
[02:08:22] [File Watcher (parcel)] Unexpected error: Operation not permitted (EUNKNOWN) (path: /home/workspace)
[02:08:22] [File Watcher (parcel)] restarting watcher after error: Operation not permitted
[02:08:23] [File Watcher (parcel)] Unexpected error: Operation not permitted (EUNKNOWN) (path: /home/workspace)
[02:08:23] [File Watcher (parcel)] restarting watcher after error: Operation not permitted
[02:08:23] [File Watcher (parcel)] Unexpected error: Operation not permitted (EUNKNOWN) (path: /home/workspace)
[02:08:23] [File Watcher (parcel)] restarting watcher after error: Operation not permitted
[02:08:24] [File Watcher (parcel)] Unexpected error: Operation not permitted (EUNKNOWN) (path: /home/workspace)
[02:08:24] [File Watcher (parcel)] restarting watcher after error: Operation not permitted
[02:08:25] [File Watcher (parcel)] Unexpected error: Operation not permitted (EUNKNOWN) (path: /home/workspace)
[02:08:25] [File Watcher (parcel)] gave up attempting to restart watcher after error: Operation not permitted
and lots of this before installing Kogito extension:
Error: Unexpected SIGPIPE
at process.<anonymous> (/home/openvscode-server-v1.62.3/out/bootstrap.js:1:370)
at process.emit (events.js:315:20)
Error: Unexpected SIGPIPE
at process.<anonymous> (/home/openvscode-server-v1.62.3/out/bootstrap.js:1:370)
at process.emit (events.js:315:20)
Error: Unexpected SIGPIPE
at process.<anonymous> (/home/openvscode-server-v1.62.3/out/bootstrap.js:1:370)
at process.emit (events.js:315:20)
Error: Unexpected SIGPIPE
at process.<anonymous> (/home/openvscode-server-v1.62.3/out/bootstrap.js:1:370)
at process.emit (events.js:315:20)
Error: Unexpected SIGPIPE
at process.<anonymous> (/home/openvscode-server-v1.62.3/out/bootstrap.js:1:370)
at process.emit (events.js:315:20)
Please reach out to the extension author.
@ccravens I just tested this on Ubuntu linux and I cannot reproduce. Maybe it's related to this https://github.com/gitpod-io/openvscode-server/issues/148? Are you running docker with sudo?