Skip to content

Commit a2ff220

Browse files
committed
[build] create IntelliJ bazelproject file for Windows
The Bazel IntelliJ plugin on Windows does not like comments and does not recognize javascript or typescript
1 parent 5a97adf commit a2ff220

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: scripts/ij-win.bazelproject

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
directories:
2+
.
3+
4+
test_sources:
5+
java/test
6+
py/test
7+
8+
derive_targets_from_directories: true
9+
10+
additional_languages:
11+
python
12+
13+
java_language_level: 17

0 commit comments

Comments
 (0)