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
constisCodeCell=(element: OutlineEntry)=>(element.cell.cellKind===CellKind.Code&&element.level===NotebookOutlineConstants.NonHeaderOutlineLevel);// code cell entries are exactly level 7 by this constant
304
306
for(leti=0;i<bucket.length;i++){
305
307
constelement=bucket[i];
306
-
constnextElement=bucket[i+1];
307
-
308
-
// this logic controls the following for code cells entries in quick pick:
309
-
if(element.cell.cellKind===CellKind.Code){
310
-
// if we are showing all symbols, and
311
-
// - the next entry is a symbol, we DO NOT include the code cell entry (ie continue)
312
-
// - the next entry is not a symbol, we DO include the code cell entry (ie push as normal in the loop)
0 commit comments