rkostrzewski / vscode-monitor-file

An extension that allows monitoring files
MIT License
2 stars 0 forks source link

This extension no longer works and is archived

Latest Release Installs Build Status Dependency Status

Monitor File

Synposis

Visual Studio Code extension allowing you to monitor file using custom interval. Just fire the extension and your file will be opened in new read-only window and will be updated when changes to file occur.

Installation

Just press F1, type ext install monitor-file and voilà! You can also install it from VS Code's UI.

Usage

Available commands:

Open the file that you want to monitor, bring up command palette (CTRL+SHIFT+P) and type in one of commands.

Why

Visual Studio code automatically reloads opened file when changes occur. However it seems not to be the case when using log4net on Windows. Furthermore, opened files can be changed in editor by accident disabling auto reload.

This extension tackles that problem.