|
1 | | -# Troubleshooting and Checking Extension Version |
| 1 | +# Troubleshooting Guide |
2 | 2 |
|
3 | | -To help us diagnose and resolve issues more efficiently, please provide the extension version and relevant logs when submitting a bug report. |
| 3 | +To help us diagnose and resolve issues more efficiently, please refer to the following guides: |
4 | 4 |
|
5 | | -## Method 1: Via the Extension (Recommended) |
| 5 | +* [How to check Extension Version](./check-extension-version.md) |
| 6 | +* [How to locate settings.json](./locate-settings-json.md) |
| 7 | +* [How to locate error.log](./locate-error-log.md) |
6 | 8 |
|
7 | | -1. Launch the **Open Recent Visual Studio / Code** extension from the Command Palette. |
8 | | -2. Right-click on any entry in the list. |
9 | | -3. Click **Help**. |
10 | | - - The **Extension Version** is displayed at the top of the Help page. |
11 | | -4. Click **Open Extension Settings / Logs Folder**. |
12 | | - - This will open the folder containing `error.log` and `settings.json`. |
13 | | - - **Note:** Please attach both files when submitting your issue report. |
14 | | - |
15 | | -## Method 2: Via Windows Settings |
16 | | - |
17 | | -If you cannot open the extension, you can check the version through Windows Settings: |
18 | | - |
19 | | -1. Press `Win + R` on your keyboard. |
20 | | -2. Type or paste the following and press Enter: |
21 | | - ``` |
22 | | - ms-settings:appsfeatures |
23 | | - ``` |
24 | | -3. In the search box, type: |
25 | | - ``` |
26 | | - Visual Studio / Code for Command Palette |
27 | | - ``` |
28 | | -4. Locate the app in the list. |
29 | | -5. Click the **⋯ (three dots)** button next to the app and select **Advanced options**. |
30 | | -6. You will find the **Version** displayed in the **Specifications** section. |
31 | | - |
32 | | -## Locating logs manually |
33 | | - |
34 | | -If you cannot use the "Open Extension Settings / Logs Folder" shortcut, you can find the files here: |
35 | | - |
36 | | -1. Open **File Explorer**. |
37 | | -2. Navigate to: |
38 | | - ``` |
39 | | - %LOCALAPPDATA%\Packages\15722UsefulApp.WorkspaceLauncherforVSCode_s4b834ss2syh6\LocalState |
40 | | - ``` |
41 | | -3. Look for `error.log` and `settings.json`. |
| 9 | +If you are using the extension, you can also access these directly via the **Help** menu by right-clicking any item in the list. |
0 commit comments