You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
I noticed that when this extension is enabled, sometimes I don't get completions from other providers, e.g.
constmySpecialVariable='bar';constobj={ mySp };
If you place your cursor after mySp, if there's a namespace that matches this, VS Code will not show a completion for the local variable mySpecialVariable like it normally would. E.g.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I noticed that when this extension is enabled, sometimes I don't get completions from other providers, e.g.
If you place your cursor after
mySp
, if there's a namespace that matches this, VS Code will not show a completion for the local variablemySpecialVariable
like it normally would. E.g.The text was updated successfully, but these errors were encountered: