Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions VisualStudio.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -426,3 +426,6 @@ FodyWeavers.xsd
*.msix
*.msm
*.msp

# VS Code C# Dev Kit
*.lscache
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I'd ask that this line is commented out by default and an explanation for why you'd want them ignored included, based on this issue by @JakeRadMSFT: microsoft/vscode-dotnettools#2961

From the issue:

What if I don't want them in source control?
We'd encourage you to try checking them in and experience the benefits, but we understand not every team will want that. You can add .lscache to your .gitignore if you prefer. You'll still get the per-machine caching benefits (warm starts when reopening the same project), you just won't get the cross-machine and branch-switching benefits. We're exploring configuration options to give users more control here.

Loading