Skip to content

Commit

Permalink
Update README.md image paths
Browse files Browse the repository at this point in the history
  • Loading branch information
smth-to-smb authored Nov 13, 2023
1 parent 29090b7 commit 6cb4c09
Showing 1 changed file with 3 additions and 5 deletions.
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

0 comments on commit 6cb4c09

Please sign in to comment.