Skip to content

Commit

Permalink
Update querysync.md (#6881)
Browse files Browse the repository at this point in the history
* Update querysync.md

* Update querysync.md
  • Loading branch information
tpasternak authored Oct 11, 2024
1 parent f7c5458 commit 034175e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/querysync.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down

0 comments on commit 034175e

Please sign in to comment.