Skip to content

Conversation

@drewnoakes
Copy link
Member

This line also applies to VS 2022 and VS 2026. At this point, there's little value in specifying the version, so just remove it to avoid confusion.

Also put a space before the next section, as it's unrelated.

This line also applies to VS 2022 and VS 2026. At this point, there's little value in specifying the version, so just remove it to avoid confusion.

Also put a space before the next section, as it's unrelated.
@drewnoakes drewnoakes requested a review from a team as a code owner December 21, 2025 22:45
Copilot AI review requested due to automatic review settings December 21, 2025 22:45
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 PR modernizes the .gitignore template by removing outdated Visual Studio version references from a comment. The comment previously referenced "Visual Studio 2015/2017" but now applies to all Visual Studio versions, making it more maintainable and less likely to become outdated again.

Key Changes

  • Updated comment to remove specific VS version numbers (2015/2017) from the cache/options directory section
  • Added spacing for better organization between unrelated sections

[Ll]ogs/

# Visual Studio 2015/2017 cache/options directory
# Visual Studio cache/options directory
Copy link

Copilot AI Dec 21, 2025

Choose a reason for hiding this comment

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

While this comment is being updated to remove version-specific references, there are two other similar Visual Studio version references in this file that remain unchanged:

  • Line 44: "# Visual Studio 2017 auto generated files"
  • Line 379: "# Backup folder for Package Reference Convert tool in Visual Studio 2017"

For consistency with the approach of this PR (removing version-specific references to avoid confusion), consider updating these references as well. These features also apply to newer Visual Studio versions beyond 2017.

Copilot uses AI. Check for mistakes.
Copy link
Member Author

Choose a reason for hiding this comment

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

@copilot make suggestion comments on this PR so I can apply those changes here rather than requiring a new PR.

Copy link
Member Author

Choose a reason for hiding this comment

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

I made the changes in b3ed4c0 directly. Ignore the copilot PR.

Copy link
Contributor

Copilot AI commented Dec 21, 2025

@drewnoakes I've opened a new pull request, #52268, to work on those changes. Once the pull request is ready, I'll request review from you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants