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:
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:
I've also remove it from the standalone color debugger:
App preview:
Check out the client app preview documentation to learn more.