Document how to disable JavaScript & TypeScript when it's not desired #7291
Labels
awaiting-maintainer
Awaiting review from Bazel team on issues
product: IntelliJ
IntelliJ plugin
type: feature request
Description of the feature request:
My project https://github.com/enola-dev/enola works with this plugin when I Sync it in an IntelliI "Ultimate", with JavaScript & TypeScript support.
But when I Sync it in a IntelliJ IDEA 2024.3.1.1 (Community Edition), which does NOT have JS & TS, with 2025.01.21.0.2-api-version-243 of this plugin, then it fails to sync due to:
I want to only work on the Java code using IJ non-Ultimate.
The
.bazelproject
does not even have JS / TS inadditional_languages:
.Even locally entirely deleting the sub-folder of the project which contains
node_modules/
and*.ts
does not seem to help.How do I disable setting up JS & TS in the plugin so that one can use it just for Java development?
The text was updated successfully, but these errors were encountered: