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

Cannot scan projects using DTE #38

Open
sharwell opened this issue Oct 13, 2014 · 1 comment
Open

Cannot scan projects using DTE #38

sharwell opened this issue Oct 13, 2014 · 1 comment

Comments

@sharwell
Copy link
Member

The IsDartProject scanning operation has an enormous performance impact on large projects, even if they do not have any Dart files. Instead of preemptively scanning, it should only treat a project as a Dart project the first time a .dart file is opened (or via some other mechanism, such as a solution option, etc.).

@sharwell sharwell added the bug label Oct 13, 2014
@DanTup
Copy link
Contributor

DanTup commented Oct 13, 2014

With the project system, doesn't this go away completely if we only fire up the Analysis Service for Dart projects? IsDartProject was a temporary hack to try and avoid running the Analysis Service on non-Dart projects.

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

No branches or pull requests

2 participants