Language Service no longer needs to auto-add open Microsoft.Quantum.Measurement;
#1336
Labels
bug
Something isn't working
open Microsoft.Quantum.Measurement;
#1336
As of #1233, Microsoft.Quantum.Measurement is part of the prelude and no longer needs to be open. However, the Language Service doesn't know this and still inserts open directives for that namespace when auto-completing things. We should include that namespace in the prelude logic there too.
The text was updated successfully, but these errors were encountered: