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 README.md image paths #6

Merged
merged 1 commit into from
Nov 13, 2023
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
8 changes: 3 additions & 5 deletions vscode/qodana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ The following prerequisites also apply:
3. The source code of the project has been opened in a Visual Studio Code workspace.
4. There is a Java binary on your system path (JRE 11 or higher is required). You can check it by running the `java -version` command in the Terminal.

![Prerequisites to using the Qodana extension for Visual Studio Code](./vscode/qodana/media/prereqs.gif)

<img src="./media/prereqs.gif" width="960" alt="Prerequisites to using the Qodana extension for Visual Studio Code">

## Prepare your project

Expand All @@ -33,15 +32,14 @@ The following prerequisites also apply:
5. In Qodana Cloud, navigate to the project report and click **Open file in Visual Studio Code**.
6. View the Qodana reports in your Visual Studio Code editor.

![Prepare your project for using the Qodana extension for Visual Studio Code](./vscode/qodana/media/setup_updated2.gif)
<img src="./media/setup_updated2.gif" width="960" alt="Prepare your project for using the Qodana extension for Visual Studio Code">

Alternatively:

1. In Visual Studio Code, navigate to the **Settings** page and find the **Qodana** configuration settings.
2. On the **Settings** page, in the **Project ID** field, enter the Qodana Cloud project ID. To locate this ID, open your
project in Qodana Cloud. The URL will have the following format: `https://qodana.cloud/projects/PROJECT_ID/reports/REPORT_ID`.


<img src="./media/extention-config.png" width="960" alt="Alternative configuration for using the Qodana extension for Visual Studio Code">

3. Follow the instructions to log in to Qodana Cloud.
Expand All @@ -63,7 +61,7 @@ Here are some examples how to define the correct path prefix:
To see how the `Path in SARIF` is set in the project, in Qodana Cloud, navigate to the **Files** section located
beneath the sunburst diagram.

<img src="./vscode/qodana/media/qodana-cloud-report.png" width="960" alt="SARIF paths in the project">
<img src="./media/qodana-cloud-report.png" width="960" alt="SARIF paths in the project">

> Feel free to commit `.vscode/settings.json` in your repository to share the Qodana integration settings with your team!

Expand Down
Loading