You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workflows (#59)
* refactor: streamline publish workflow and improve version change detection
* refactor: enhance publish workflow to handle manual triggers and first commits
Refactor extension build process and add sync functionality
- Updated package.json to change the main entry point to './dist/extension.js' and modified build scripts to use webpack.
- Implemented a periodic sync mechanism in the Database class with exponential backoff and a manual sync command.
- Added a new command to trigger sync manually from the command palette.
- Enhanced the activation function to register the new sync command and handle configuration changes.
- Created a webpack configuration file for building the extension.
Update README.md for version 0.3.4: Enhance multi-root workspace hand…
…ling, add verification job for version updates, automate beta and production releases, and include new technical documentation.