vscode-gitlens
vscode-gitlens copied to clipboard
Switch from FAST to Lit
Description
Added the rule to detect using deprecated libraries
Removed unused:
- numberConverter has no references currently, it's just removed
Converted from FAST to Lit
- popmenu
https://github.com/user-attachments/assets/7f4eaea7-a4e2-4869-ab27-49f20234cedc
Created components
- Checkbox
https://github.com/user-attachments/assets/14a82e2a-beb3-4ab8-898a-ee0c61559bf1
- Radio
https://github.com/user-attachments/assets/dd1fd023-b447-4001-859c-a67e53091188
Used html
- select
https://github.com/user-attachments/assets/155998ec-15b6-4bb0-9c8c-0a0b034bfe2c
Checklist
- [x] I have followed the guidelines in the Contributing document
- [x] My changes follow the coding style of this project
- [x] My changes build without any errors or warnings
- [x] My changes have been formatted and linted
- [x] My changes include any required corresponding changes to the documentation (including CHANGELOG.md and README.md)
- [x] My changes have been rebased and squashed to the minimal number (typically 1) of relevant commits
- [x] My changes have a descriptive commit message with a short title, including a
Fixes $XXX -orCloses #XXX -prefix to auto-close the issue that your PR addresses