You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reqs2x/reqs2x_documentation.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,22 +19,31 @@ This manual demonstrates Reqs2x usage workflows from inside this VS-Code extensi
19
19
20
20
21
21
### Prerequisites
22
-
1.**Uninstall Previous Versions**: Remove any existing versions of the VectorCAST VS-Code extension.
23
-
2.**Prepare Reqs2x Core**:
22
+
Remove any existing versions of the VectorCAST VS-Code extension.
23
+
24
+
#### If you are using a demo release:
25
+
1.**Prepare Reqs2x Core**:
24
26
* Extract the Reqs2x core release (`autoreq-win.tar.gz` or `autoreq-linux.tar.gz`).
25
27
* Locate the `bin` folder (executables) and `TUTORIAL_C` folder (demo environment).
26
-
3.**License Setup**: Ensure your VectorCAST license is configured. Ideally, point `VECTORCAST_DIR` to your release.
27
-
4.**Open Project**: Open a terminal and navigate to the extracted `autoreq-win/distribution/TUTORIAL_C` directory.
28
+
2.**License Setup**: Ensure your VectorCAST license is configured. Point `VECTORCAST_DIR` to your release.
29
+
3.**Open Project**: Open a terminal and navigate to the extracted `autoreq-win/distribution/TUTORIAL_C` directory, then open it in VS-Code.
30
+
31
+
#### If you are using VectorCAST 2026:
32
+
1.**License Setup**: Ensure your VectorCAST license is configured. Point `VECTORCAST_DIR` to your release.
33
+
2.**Open Project**: Create a new directory named `TUTORIAL_C` and copy the contents of `$VECTORCAST_DIR/tutorial/c` directory into it, then open it in VS-Code.
34
+
28
35
29
36
### VS Code Extensions
30
-
1. Install the **Excel Viewer** extension (`GrapeCity.gc-excelviewer`) to view/edit Excel sheets directly in VS Code.
37
+
1. Install the **Excel Viewer** extension (`GrapeCity.gc-excelviewer`) to view/edit Excel sheets directly in VS Code (optional). Alternatively, use MS Excel to view/edit Excel sheets.
31
38
2. Install the **VectorCAST Text Explorer** VS-Code extension from the Microsoft Marketplace.
32
39
33
40
### Configuration
34
41
1. Activate the extension: Press `Ctrl+Shift+P`, search for **Vectorcast Test Explorer**, and press `Enter`.
35
42
2. Open the **Settings** tab (opens automatically).
36
43
3. Configure the following settings:
37
-
***Vectorcast Test Explorer › Reqs2x: Installation Location**: Point this to the `autoreq-win/distribution/bin` folder you extracted earlier.
44
+
***Vectorcast Test Explorer › Reqs2x: Installation Location**:
45
+
- If you are using a demo release, point this to the `autoreq-win/distribution/bin` folder you extracted earlier.
46
+
- If you are using VectorCAST 2026, point this to your VectorCAST release folder ($VECTORCAST_DIR)
38
47
***Vectorcast Test Explorer › Reqs2x: Provider**:
39
48
Select the large language model provider you intend to use from the dropdown menu
40
49
* **Note**: Most providers support the `openai` API. This includes `Google`, `AWS Bedrock`, as well as open-source model-serving methods like `ollama`, `vLLM` and `SG-Lang`. Use [LiteLLM](https://github.com/BerriAI/litellm) for any provider not supporting `openai`/`openai_azure` API.
0 commit comments