Last 12 weeks ยท 0 commits
5 of 6 standards met
Clear and concise description of the problem Can each item generate fixed color blocks and abbreviations be displayed on the top left or right of the status bar just like the new version of WebStorm? Suggested solution Can each item generate fixed color blocks and abbreviations be displayed on the top left or right of the status bar just like the new version of WebStorm? Alternative _No response_ Additional context _No response_ Validations [x] Follow our Code of Conduct [x] Read the Contributing Guide. [x] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Repository: antfu/vscode-where-am-i. Description: ๐ Don't get lost even you have multiple VS Code opened Stars: 111, Forks: 11. Primary language: TypeScript. Languages: TypeScript (99.5%), JavaScript (0.5%). License: MIT. Homepage: https://marketplace.visualstudio.com/items?itemName=antfu.where-am-i Topics: vscode, vscode-extension. Latest release: v0.3.1 (4mo ago). Open PRs: 2, open issues: 5. Last activity: 4mo ago. Community health: 85%. Top contributors: antfu, jinghaihan, KelseyShi, topazur.
TypeScript
Describe the bug !image The should be at the leftmost, maybe right next to the item, but it is not moving. It's as if the and settings are being ignored completely, I tried setting it to align to the right side, and it didn't do anything. Reproduction I don't know how I would give a reproduction System Info Used Package Manager n/a Validations [X] Follow our Code of Conduct [X] Read the Contributing Guide. [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate. [X] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead. [X] The provided reproduction is a minimal reproducible of the bug. Contributions [ ] I am willing to submit a PR to fix this issue [ ] I am willing to submit a PR with failing tests (actually just go ahead and do it, thanks!)
Clear and concise description of the problem I have been using Open VSX for a while and I really miss this extension. I noticed you publish to Open VSX many of your extensions so it would be great if you can publish this one too. Suggested solution publish to Open VSX. Alternative _No response_ Additional context _No response_ Validations [X] Follow our Code of Conduct [X] Read the Contributing Guide. [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Description + Refactored the project using reactive-vscode + Migrate to tsdown + Optimized the color generation algorithm to better match theme brightness Link This may resolve the issue reported earlier #6
Description This PR implements automated publishing of the VS Code extension through CI, with simultaneous releases to: 1. Visual Studio Marketplace 2. OpenVSX registry (for open-source VS Code alternatives) 3. GitHub Release page The implementation will: Add CI workflow for automated publishing Handle version synchronization across all platforms Require (for VS Marketplace) and (for OpenVSX) secrets to be configured in the repository