From 2b402c8fe148fc4c76f4242fc604566d79b55e38 Mon Sep 17 00:00:00 2001 From: Tomasz Pasternak Date: Fri, 11 Oct 2024 14:59:43 +0400 Subject: [PATCH 1/2] Update querysync.md --- docs/querysync.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/querysync.md b/docs/querysync.md index 70b2acb6265..4dd41a4a4c4 100644 --- a/docs/querysync.md +++ b/docs/querysync.md @@ -49,8 +49,8 @@ Before enabling Query Sync, please ensure you're using the Bazel Plugin from the 2. Go to **File** > **Import Project...** or **File** > **New** > **Project from Existing Sources...** to start the **Project Import Wizard**. 3. Select your project's root directory and click **OK**. 4. In the **Import Project from Bazel** dialog, proceed with the import process. -5. When you reach the **Project View** setup step, enable **Query Sync** by checking the option for `use_query_sync`. -6. Complete the wizard to generate or update your `projectview.bazelproject` file with `use_query_sync: true`. +5. When you reach the **Project View** setup step, enable **Query Sync** by setting the attrbute `use_query_sync` to `true`. +6. Complete the wizard to generate. 7. Your project is now configured to use Query Sync. ### Demo From e75614481bd70ed35dd00c98857b7f21363d2ad7 Mon Sep 17 00:00:00 2001 From: Tomasz Pasternak Date: Fri, 11 Oct 2024 15:07:44 +0400 Subject: [PATCH 2/2] Update querysync.md --- docs/querysync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/querysync.md b/docs/querysync.md index 4dd41a4a4c4..573c7200109 100644 --- a/docs/querysync.md +++ b/docs/querysync.md @@ -39,7 +39,7 @@ Before enabling Query Sync, please ensure you're using the Bazel Plugin from the 2. Navigate to **Settings** > **Plugins**. 3. Search for the **Bazel Plugin**. 4. Click on the plugin and select **Manage Plugin Repositories**. -5. Add the beta channel repository if not already present. +5. Add the [beta](https://github.com/bazelbuild/intellij?tab=readme-ov-file#beta-versions) channel repository if not already present. 6. Update the plugin to the latest beta version. 7. Restart IntelliJ IDEA to apply changes.