Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update querysync.md #6881

Merged
merged 2 commits into from
Oct 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading