JetBrains / sbt-ide-settings

SBT plugin for tweaking various IDE settings
Apache License 2.0
62 stars 8 forks source link

Support bsp-imported projects #12

Open hmemcpy opened 2 years ago

hmemcpy commented 2 years ago

I am using this excellent plugin to exclude some directories in our web modules, so they don't end up being indexed by IntelliJ.

Unfortunately, since switching to bsp it does not seem to exclude those directories anymore.

Is there something that can be done?

jastice commented 2 years ago

We'd need the build server to support the configurations, and transmit them via the protocol somehow. One that is supported is skipping import of specific targets via the no-ide build target tag. Perhaps the BSP responses can be made to be modified from plugins?