Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 836 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 836 Bytes

vscode-reload-files

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

Features

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)

Release Notes

Users appreciate release notes as you update your extension.

1.0.0

Initial release of vscode-reload-files