Last 12 weeks · 0 commits
5 of 6 standards met
Describe the bug Here is a picture to illustrate the issue: !Screenshot (6) Reproduction Enable the theme and open a jupyter notebook with a cell active 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!)
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 Additional context For managing these secrets across multiple repositories, consider using the gh-secrets-sync tool which can: Be run locally or configured in a central repository Synchronize secrets to multiple repositories at once
Repository: antfu/vscode-theme-vitesse. Description: 🏕 Vitesse theme for VS Code Stars: 672, Forks: 54. Primary language: TypeScript. Languages: TypeScript (99.7%), JavaScript (0.3%). License: MIT. Homepage: https://marketplace.visualstudio.com/items?itemName=antfu.theme-vitesse Topics: dark-theme, theme, vscode, vscode-theme. Latest release: v1.0.1 (6mo ago). Open PRs: 0, open issues: 4. Last activity: 6mo ago. Community health: 85%. Top contributors: antfu, jinghaihan, yanquanfahei, ilyaliao, HiDeoo, yeskunall, prallhsu, octref, aleckslu, yuyinws and others.
TypeScript
Clear and concise description of the problem I love the theme, but wish the selections of item were a bit brighter so I could tell I was actually selecting an item. Suggested solution Make the highlight or selection a bit brighter in dark mode. 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 This PR adds the ability to upload the file of to the Release page. enabling local installation of the theme for VSCode forks like and . The current version of the theme on Open-VSX has not been updated in over 4 years, making this change necessary for up-to-date installations. Linked Issues #26 #17
Clear and concise description of the problem No color guide exists. Suggested solution It would be nice if a color palette and guide was supplied, to make developing themes for other applications eaiser. 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.