Fix: Run extension as UI extension

This commit is contained in:
2026-06-07 16:40:34 +00:00
parent f2f9ae5988
commit 9807886eb2
8 changed files with 6821 additions and 6803 deletions
+21 -5
View File
@@ -1,9 +1,25 @@
# Change Log
# Changelog
All notable changes to the "vsc-adda" extension will be documented in this file.
## [1.0.3] - 2026-06-07
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
### Fixed
## [Unreleased]
- Run the extension as a UI extension to avoid remote font loading issues in VS Code Remote/SSH environments.
- Initial release
## [1.0.2] - 2025-10-12
### Fixed
- Minor fixes.
## [1.0.1] - 2025-10-12
### Fixed
- Minor fixes.
## [1.0.0] - 2025-10-09
### Added
- Initial release.