From 44012aaa288a42dfa0c6ec24880d0d18f515b7f5 Mon Sep 17 00:00:00 2001 From: Andrey Portnoy Date: Wed, 25 Sep 2024 02:04:45 -0700 Subject: [PATCH] PR #17239: Remove erroneous bash invocation from LSP docs Imported from GitHub PR https://github.com/openxla/xla/pull/17239 Copybara import of the project: -- 4802f4dc2282b84229bfe24b0f15ca693cfc189b by Andrey Portnoy : Remove erroneous bash invocation from LSP docs Merging this change closes #17239 COPYBARA_INTEGRATE_REVIEW=https://github.com/openxla/xla/pull/17239 from openxla:aportnoy/lsp-fix-bazel-invocation 4802f4dc2282b84229bfe24b0f15ca693cfc189b PiperOrigin-RevId: 678599791 --- docs/lsp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lsp.md b/docs/lsp.md index 12dd0f1724782..a29067866e662 100644 --- a/docs/lsp.md +++ b/docs/lsp.md @@ -15,6 +15,6 @@ each file in a project. Use the [build_tools/lint/generate_compile_commands.py](https://github.com/openxla/xla/blob/main/build_tools/lint/generate_compile_commands.py) script. The following invocation from XLA repo root generates a -`compile_commands.json` file in place: `bash bazel aquery "mnemonic(CppCompile, +`compile_commands.json` file in place: `bazel aquery "mnemonic(CppCompile, //xla/...)" --output=jsonproto | \ python3 build_tools/lint/generate_compile_commands.py`