Skip to content

JetBrains: Remove com.intellij.java dependency

Created by: philipp-spiess

Fixes #37330 (closed)

When I implemented support for serializing the editor color scheme, I needed to use a specific language to extract the symbols. Based on this guide I thought that this list of languages is bundled with every IntelliJ product:

Screenshot 2022-06-24 at 13 57 32

This is not true though and our extension currently won't run in non-Java IDEs. Since we ended up not needing the syntax highlighter colors anyways, this PR removes the syntaxTheme field of the theme serlization.

Test plan

Manually tested that the application still loads:

Screenshot 2022-06-24 at 14 15 56

I've also remove it from the standalone color debugger:

Screenshot 2022-06-24 at 14 15 36

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading