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
// If the symbol is external module, don't retry the completion list
1714
-
// Also name of modules is invalid in completion list (i.e declare module "http" { var x; } | // <= request completion here, "http" should not be there)
1713
+
// If the symbol is external module, don't show it in the completion list
1714
+
// (i.e declare module "http" { var x; } | // <= request completion here, "http" should not be there)
0 commit comments