fix(extension): address PR review comments and improve implementation
- Fixed InternalError class definition in errorHandler.ts - Updated extension configuration and CI workflows - Improved error handling and type safety - Enhanced build and release automation - Updated documentation and changelogs Addresses review feedback on PR #997
This commit is contained in:
@@ -1,9 +1,26 @@
|
||||
# Change Log
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Add automated CI/CD pipeline for VS Code extension
|
||||
- Add automated version management and publishing via changesets
|
||||
- Create tag-extension script to manage extension-specific git tags
|
||||
- Add automated publishing to VS Code Marketplace and Open VSX Registry
|
||||
- Set up release script with proper build process integration
|
||||
- Add version.yml workflow for automated releases on main branch pushes
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Test extension version automation
|
||||
- Verify that extension versions are properly managed by changesets
|
||||
- Ensure proper integration with the 3-file packaging system
|
||||
|
||||
All notable changes to the vscode extension will be documented in this file.
|
||||
|
||||
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
- Initial release
|
||||
- Initial release
|
||||
|
||||
Reference in New Issue
Block a user