A tool that detects log statements using the pattern this.loggerService.(info|error|warn|debug) and dims them without making any modifications to the file.
- Toggle dimming of log statements with a single click - Default is 0.3/1
- Activate by selecting 'ProjectDark: Toggle Log Dimming' from Command Pallete (Ctrl + Shift + P)
- Extension lives in the status bar until deactivated by using the same command
- Does not watch files, no resources used while idle
- Download the latest release and drop it into your VS Code workspace. Right-click and select "Install Extension .VSIX". You can then remove the file from workspace.
- git clone https://github.com/artmontinski/projectdark.git
- npm install
- npm install -g vsce
- npm run compile
- vsce package
- A new .vsix file will appear in project root
Initial release of ...
Fixed issue #.
Added features X, Y, and Z.
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
- Split the editor (
Cmd+\
on macOS orCtrl+\
on Windows and Linux). - Toggle preview (
Shift+Cmd+V
on macOS orShift+Ctrl+V
on Windows and Linux). - Press
Ctrl+Space
(Windows, Linux, macOS) to see a list of Markdown snippets.
Enjoy!