Skip to content

Commit

Permalink
chore: Improve Bazel navigation message
Browse files Browse the repository at this point in the history
Previously, it would say that no navigation is supported, however go to definition does work. Now, it points to the exact features that do not work.
  • Loading branch information
tgodzik authored and kasiaMarek committed Apr 12, 2024
1 parent 08bcf0d commit 9ac1129
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ object Messages {
s"Multiple problems detected in your build."

def bazelNavigation: String =
"Code navigation for Bazel projects is not supported yet."
"Global rename and references for Bazel projects is not supported yet."

val misconfiguredTestFrameworks: String =
"Test Explorer won't work due to mis-configuration." + moreInfo
Expand Down

0 comments on commit 9ac1129

Please sign in to comment.