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
constAPPROXIMATE_CHAR_WIDTH=7.2;// approximate # of pixes taken by a single character
617
-
constlongestCandidateWidth=Math.ceil(Math.max(...candidates.map(c=>c.newSymbolName.length))*APPROXIMATE_CHAR_WIDTH);// TODO@ulugbekna: use editor#typicalCharacterWidth or something
0 commit comments