confluentinc / vscode

Confluent for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=confluentinc.vscode-confluent
Apache License 2.0
9 stars 4 forks source link

VS Code crashes with `The window terminated unexpectedly (reason: 'killed', code: '15')` when running `make quarkus-dev` #216

Closed shouples closed 22 hours ago

shouples commented 1 day ago

Code of Conduct

On what operating system are you seeing the problem?

macOS (Apple/arm64)

VS Code version

1.93.1

Version of Confluent extension

0.15.x, 0.16.x

To Reproduce

  1. Clone https://github.com/confluentinc/ide-sidecar
  2. Run make quarkus-dev (docs)
  3. Open VS Code and activate the extension by clicking on the Confluent icon in the sidebar

Current vs. Expected behavior

Current behavior: just about every window (including non-VS Code windows) hard-crashes image

Expected behavior: not that ^

Relevant log output

No response

Which area(s) are affected? (Select all that apply)

Not sure

Additional context

This does not happen when:

shouples commented 1 day ago

Unclear if other combinations of running processes/extensions and our extension will cause this same behavior, but using make quarkus-dev was the first time we witnessed the above.

jlrobins commented 1 day ago

Issue happens only for us extension devs who are running sidecar in quarkus dev not having enabling access token filter AND that sidecar is not the version the extension expects.

Fix is in progress.