Skip to content

Stintipacchio/VScode-Logger

Repository files navigation

vscode-logger README

This extension helps you store your code metrics through a continuose activity monitoring such: lines, comments and tests added, modified or deleted. At the same time it also keeps track of the session time and files explorated.

How to use

After the installation in the Explorer Tab will appear a teardown window named "VS-LOGGER", from there you can login by inserting your credentials and server address in the form.

Features

Credentials persistence trough differents sessions, local DB storing alla offline data while it waits for server connection. The exstension autostart with vscode.

Requirements

To work properly this extension need a internet connection.

Extension Settings

The extension parameter can be changed in the extension settings tab.

How to install without VS Code Marketplace

  1. Open VS Code.

  2. Open the “Extensions” sidebar (you can use “Ctrl+Shift+X”).

  3. Click on the ellipsis icon in the top right corner of the menu.

  4. Select “Install from VSIX…”

  5. VS Code will open a document browser. Locate the .VSIX file you transferred and select it.

  6. VS Code will now begin the installation process of the extension.

  7. After the extension has been installed, you’ll be able to see it in the “Extensions “menu and manage it accordingly.

Before Usage

Open andrealoretti.vscode-logger-1.0.5 in Windows: %USERPROFILE%. vscode\extensions. || macOS: ~/.vscode/extensions || Linux: ~/.vscode/extensions then run from CLI "npm i" with highest privileges.

Example: sudo npm i

Credits

This extension is a porting of the atom package "atom-logger" (https://github.com/elPeroN/atom-logger.git)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published