The VS Code Event Logger Extension is enabling you to display relevant information wherever you need it. This extension sends messages when the editor is started and when a session is initiated, making it easy to track and visualize your coding activities.
Features
Session Started Event:
When Visual Studio Code is launched, the extension sends an event indicating that the session has started.
File Switched Event:
The extension tracks the currently active file being edited. Whenever you switch to a different file, it sends an event containing the name of the file.
Session Ended Event:
When you close Visual Studio Code, the extension sends a session-ended event to signal the termination of the editing session.
Installation
Open Visual Studio Code.
Go to the Extensions view.
Search for "VS Code Event Logger" and click Install.
Activation
After installation, you need to activate the extension by obtaining an API key. Follow these steps: