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
item.tooltip=localize('large.tooltip',"Too many files in a project might result in bad performance. Exclude folders with many files, like: {0}...",largeRoots);
125
+
item.tooltip=localize('hintExclude.tooltip',"For better performance exclude folders with many files.");
124
126
item.color='#0CFF00';
125
127
item.show();
126
128
client.logTelemetry('js.hintProjectExcludes');
@@ -160,7 +162,10 @@ function computeLargeRoots(configFileName:string, fileNames: string[]): string[]
0 commit comments