All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- the readme image url is now fixed.
- completed the
README.md
file with a short explanation about the extension.
- lowered the minimum supported vscode version to
1.54.0
.
- an error finding the initial webview html was fixed.
- v1.0 Initial mechanism and functionality implemented.
- Clean up by breaking functionalities into different classes.
- Choosing
chokidar
to handle syncing. I give up. - final cleanups
- Bug squashing for a good amount of time. This is what I get for trying to manually do things without using packages.