💎
Scouring for Gems
Highlights
Pinned Loading
-
-
-
Custom CSS Zed-like VSCode Theme
Custom CSS Zed-like VSCode Theme 1.composite-bar {
2width: 100%;
3}
4.composite-bar .monaco-action-bar .actions-container {
5justify-content: center;
-
Gitmoji copilot commit messages inst...
Gitmoji copilot commit messages instructions for VS Code 1{
2"github.copilot.chat.commitMessageGeneration.instructions": [
3{
4"text": "Generate commit messages that follow the gitmoji convention. Each commit message should start with an appropriate emoji followed by a clear, concise description.\n\nFormat: <emoji> <description>\n\nCommon Gitmoji:\n- ✨ Introduce new features\n- 🎨 Improve structure/format of code\n- ⚡️ Improve performance\n- 🔥 Remove code or files\n- 🚀 Deploy stuff\n- 🐛 Fix a bug\n- 🚑️ Critical hotfix\n- 🔧 Add or update configuration files\n- 🔨 Add or update development scripts\n- ♻️ Refactor code\n- 📝 Add or update documentation\n- ✅ Add, update, or pass tests\n- 🧪 Add a failing test\n- ⬆️ Upgrade dependencies\n- ⬇️ Downgrade dependencies\n- 📌 Pin dependencies to specific versions\n- 🔒️ Fix security issues\n- 💄 Add or update the UI and style files\n- 🧹 Clean up code\n- 🚨 Fix compiler/linter warnings\n- 🔀 Merge branches\n- ⏪️ Revert changes\n- 🏷️ Add or update types\n\nGuidelines:\n1. Use the emoji character in the actual commit message\n2. Keep descriptions concise (50 characters or less)\n3. Use imperative mood (\"add feature\" not \"added feature\")\n4. Use lowercase for the description unless it starts with a proper noun\n5. Don't end with a period\n\nExamples:\n✨ add user authentication system\n🐛 fix memory leak in image processing\n📝 update API documentation for v2.0\n🔧 configure ESLint rules for TypeScript\n⚡️ optimize database queries for user search\n\nChoose the most appropriate gitmoji that represents the primary purpose of the commit."
5}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.