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: README.md
+10-36Lines changed: 10 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
The Magento Log Viewer extension for Visual Studio Code allows you to easily view and manage log files in your Magento project. This extension provides a tree view of log files, the ability to open and clear log files, and a status bar item showing the number of log entries.
-**View Log Files**: Displays a tree view of log files in the `var/log` directory of your Magento project.
@@ -15,12 +17,15 @@ The Magento Log Viewer extension for Visual Studio Code allows you to easily vie
15
17
- Visual Studio Code version 1.95.0 or higher.
16
18
- A Magento project with log files located in the `var/log` directory.
17
19
18
-
## Extension Settings
19
-
20
-
This extension contributes the following settings:
20
+
## Getting Started
21
21
22
-
-`magentoLogViewer.isMagentoProject`: Indicates whether the current workspace is a Magento project. Options are "Yes", "No", and "Please select".
23
-
-`magentoLogViewer.magentoRoot`: The path to the Magento root folder.
22
+
1.**Install the extension**: Install the Magento Log Viewer extension from the Visual Studio Code marketplace.
23
+
2.**Open your Magento project**: Open your Magento project in Visual Studio Code.
24
+
3.**Configure the extension**: When you open a workspace, the extension will prompt you to specify if it is a Magento project. If you select "Yes", you will be prompted to select the Magento root folder.
25
+
4.**View log files**: The log files will be displayed in the tree view under the "Magento Log Viewer" activity bar.
26
+
5.**Open log files**: Click on any log file in the tree view to open it in the editor.
27
+
6.**Expand log files**: Click on the arrow next to a log file to expand and view individual lines.
28
+
7.**Clear log files**: Use the "Clear all Logs" command to delete all log files in the `var/log` directory.
24
29
25
30
## Usage
26
31
@@ -31,35 +36,4 @@ This extension contributes the following settings:
31
36
5.**Expand log files**: Click on the arrow next to a log file to expand and view individual lines.
32
37
6.**Clear log files**: Use the "Clear all Logs" command to delete all log files in the `var/log` directory.
33
38
34
-
## Known Issues
35
-
36
-
- None at the moment. Please report any issues you encounter.
37
-
38
-
## Release Notes
39
-
40
-
### 0.0.1
41
-
42
-
- Initial release of Magento Log Viewer.
43
-
44
-
---
45
-
46
-
## Following extension guidelines
47
-
48
-
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.
0 commit comments