From 167e1089594e1c82ef7b7031ff4c6d3abe5a3ae8 Mon Sep 17 00:00:00 2001 From: Tomasz Pasternak Date: Thu, 11 Apr 2024 17:02:01 +0200 Subject: [PATCH] Add the projectview file to default path for IntelliJ recognition It could make the initial import a bit more convenient Following the change implemented in https://github.com/bazelbuild/intellij/pull/5227#issuecomment-1701571663, the IntelliJ plugin recognizes the "default" project view file. --- tools/intellij/.managed.bazelproject | 1 + 1 file changed, 1 insertion(+) create mode 100644 tools/intellij/.managed.bazelproject diff --git a/tools/intellij/.managed.bazelproject b/tools/intellij/.managed.bazelproject new file mode 100644 index 00000000000000..2a84b5120825cf --- /dev/null +++ b/tools/intellij/.managed.bazelproject @@ -0,0 +1 @@ +import scripts/ij.bazelproject