Skip to content

Conversation

@madskristensen
Copy link
Contributor

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, or chat mode file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, or chat mode with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.

Description


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New chat mode file.
  • New collection file.
  • Update to existing instruction, prompt, chat mode, or collection.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Copilot AI review requested due to automatic review settings January 6, 2026 00:09
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request adds comprehensive instructions for Visual Studio extension (VSIX) development using the Community.VisualStudio.Toolkit. The instructions provide detailed guidelines for creating VS extensions with proper threading patterns, theming support, and best practices.

Key Changes

  • Added a new 647-line instruction file covering VSIX development with Community.VisualStudio.Toolkit
  • Includes code examples for package classes, commands, options pages, MEF components, and UI theming
  • Provides comprehensive threading guidelines and analyzer rules for safe VS extension development

Comment on lines +1 to +4
---
description: 'Guidelines for Visual Studio extension (VSIX) development using Community.VisualStudio.Toolkit'
applyTo: '**/*.cs, **/*.vsct, **/*.xaml, **/source.extension.vsixmanifest'
---
Copy link

Copilot AI Jan 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to the custom coding guidelines for this repository, new instruction files should be added to the README. The PR checklist indicates that npm start has not been run to update the README.md. Please run npm start to regenerate the documentation and include the updated README files in this PR.

Copilot generated this review using guidance from repository custom instructions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant