Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Language server conflicts with Local History #156

Closed
seebees opened this issue Jul 29, 2024 · 1 comment
Closed

Language server conflicts with Local History #156

seebees opened this issue Jul 29, 2024 · 1 comment

Comments

@seebees
Copy link

seebees commented Jul 29, 2024

I use https://marketplace.visualstudio.com/items?itemName=xyz.local-history. It is helpful to have a local copy of all my changes. It has saved me a few times when I did not commit aggressively enough :) It stores the backups in a .history folder in the root of the project.

The problem is that the language server just slurps up all *.smithy files under the project. It gives me a lot of Model: Conflicting shape definition for errors. Because obviously there are conflicts in files that are copies :)

My guess is that the real feature in here is not so much this plugin per se as having the language server honor .gitignore. But I will leave that to you. Feel free to change the title or anything if you agree.

@milesziemer
Copy link
Contributor

milesziemer commented Jul 31, 2024

This is fixed in #146 - it makes the language server not pull in every .smithy file at once

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

No branches or pull requests

2 participants