From 6cb4c099e0e9d607ee56c57a1afa7cc9bafb68bd Mon Sep 17 00:00:00 2001
From: Anton Samarin <48833312+smth-to-smb@users.noreply.github.com>
Date: Mon, 13 Nov 2023 10:02:39 +0100
Subject: [PATCH] Update README.md image paths
---
vscode/qodana/README.md | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/vscode/qodana/README.md b/vscode/qodana/README.md
index f1511de..eaa5001 100644
--- a/vscode/qodana/README.md
+++ b/vscode/qodana/README.md
@@ -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)
-
+
## Prepare your project
@@ -33,7 +32,7 @@ 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)
+
Alternatively:
@@ -41,7 +40,6 @@ Alternatively:
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`.
-
3. Follow the instructions to log in to Qodana Cloud.
@@ -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.
-
+
> Feel free to commit `.vscode/settings.json` in your repository to share the Qodana integration settings with your team!