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

Unresponsive inside .gitignore file #124

Closed
andradei opened this issue Aug 26, 2016 · 11 comments
Closed

Unresponsive inside .gitignore file #124

andradei opened this issue Aug 26, 2016 · 11 comments
Labels

Comments

@andradei
Copy link

When I open .gitignore all the commands become unresponsive. Intellisense and arrow keys also stop.

All other files start behaving the same way after opening a .gitignore

@aioutecism
Copy link
Owner

Do you have any extension related to .gitignore installed?
I'm thinking of conflict with other extensions.

@andradei
Copy link
Author

The only thing I think would affect it is Git History, but:

  1. It is unlikely because it deals with git log and not .gitignore
  2. After disabling amVim the issue was gone

@andradei
Copy link
Author

andradei commented Aug 26, 2016

More testing reveals it might not be a direct amVim issue:

I delete amVim and installed other vim extensions. They all behave the same.

The problem might be related to microsoft/vscode#10735, which I'm also getting on my Macbook

Also possibly related:

microsoft/vscode#3998
microsoft/vscode#10735

@aioutecism
Copy link
Owner

Heavy extension may delay VSCode's behavior.
Do you have logs in your Output panel when the problem occurs?

@andradei
Copy link
Author

Not logs there unfortunately.

@aioutecism
Copy link
Owner

Cloud you give me the list of extensions in your VSCode? I may reproduce the problem.

@aioutecism
Copy link
Owner

And, how many files are there in your project?

@andradei
Copy link
Author

andradei commented Aug 26, 2016

  • markdownlint
  • Git History (git log)
  • Go
  • TODO Parser
  • vscode-icons
  • Rusty Code
  • amVim

1978 File in the project, including vendored dependencies, .git and metadata

@aioutecism
Copy link
Owner

I was able to reproduce the problem.
Cloud you uninstall "TODO Parser" and try if the problem insist?

@andradei
Copy link
Author

Uninstalled TODO Parser, everything works as normal.

I'm going to create and Issue there and reference this one.

Thank you.

@aioutecism
Copy link
Owner

You're welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants