This extension adds the ability to reload files in the editor. It adds what it's suggested to be missing in vscode#179083 and vscode#186976
Reload files in the editor by right-clicking on the file tab and selecting Reload
from the context menu.
![Context Menu](docs/editor-file-context-menu.png)
Reload files in the editor by clicking the Reload 🔃
in the editor title bar.
![Title Bar](docs/editor-title-bar.png)
Reload files in the editor by picking "File: Reload" within the command pallete. ![Command Pallete](docs/command-pallete.png)
Users appreciate release notes as you update your extension.
Initial release of vscode-reload-files