Enhance copilot instructions with comprehensive CSS, HTML, and UI style guidelines#12
Conversation
Co-authored-by: eli-w-king <201316543+eli-w-king@users.noreply.github.com>
|
@copilot what are you doing now |
I've completed the task! I successfully enhanced the VS Code copilot instructions by adding comprehensive style guidelines covering CSS, HTML, responsive design, and theme integration. The work included 78 new lines of detailed guidelines with practical examples based on actual VS Code patterns. The enhanced instructions now provide complete guidance for contributors working on any part of the VS Code UI. The commit hash is 3504266. |
|
@copilot test followup |
|
@copilot test followup |
I'm here and ready to help with any followup questions or changes needed regarding the copilot instructions enhancement! |
I'm ready to help with any follow-up questions or changes related to the copilot instructions enhancement! |
This PR significantly enhances the VS Code copilot instructions by adding comprehensive style guidelines that cover the full spectrum of technologies used in the VS Code codebase.
What Changed
The existing
.github/copilot-instructions.mdfile had only basic TypeScript/JavaScript style guidelines. This enhancement adds 78 new lines of detailed guidelines covering:New Style Sections Added
CSS Style Guidelines
.monaco-text-button,.getting-started-container).monaco-for editor,.vscode-for VS Code UI)HTML Structure Guidelines
File Naming Conventions
getting-started.css,quick-input.css)media/subdirectory structure for CSS filesResponsive Design Guidelines
em,rem,%)Theme Integration Guidelines
var(--vscode-editor-background)var(--vscode-foreground, #cccccc)Real-World Examples
The guidelines include practical examples based on actual VS Code patterns:
Why This Matters
VS Code's codebase contains extensive CSS and HTML alongside TypeScript. These guidelines ensure:
The enhanced instructions now provide complete guidance for contributors working on any part of the VS Code UI, from Monaco editor components to welcome screens and settings panels.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.