vscode-logger READMEThis 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 useAfter 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. FeaturesCredentials persistence trough differents sessions, local DB storing alla offline data while it waits for server connection. The exstension autostart with vscode. RequirementsTo work properly this extension need a internet connection. Extension SettingsThe extension parameter can be changed in the extension settings tab. How to install without VS Code Marketplace
Before UsageOpen andrealoretti.vscode-logger-1.0.3 in Windows: %USERPROFILE%. vscode\extensions. || macOS: ~/.vscode/extensions || Linux: ~/.vscode/extensions then run from CLI "npm i" with highest privileges. Example: sudo npm i CreditsThis extension is a porting of the atom package "atom-logger" (https://github.com/elPeroN/atom-logger.git) |