File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export class HtmlHelper
4141 return /*html*/ `
4242 <span class="scope">Scope:</span>
4343 <span class="codicon codicon-symbol-method" title="Method"></span>
44- <span class="method-name right -ellipsis" title="${ funcName } ">${ funcName } </span>` ;
44+ <span class="method-name left -ellipsis" title="${ funcName } ">${ funcName } </span>` ;
4545 }
4646
4747 public static getInfoMessage ( text : string ) : string
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ export class ErrorFlowStackRenderer {
285285 return /*html*/ `
286286 <li class="${ frame . workspaceUri ?'inside-workspace' :'outside-workspace' } " ${ hidden } >
287287 <div class="line ${ selectedClass } ${ disabledClass } ">
288- <div class="right -ellipsis" title="${ path } ">${ path } </div>
288+ <div class="left -ellipsis" title="${ path } ">${ path } </div>
289289 <div class="bottom-line">
290290 ${ linkTag }
291291 <div class="number-cell">line ${ frame . lineNumber } </div>
You can’t perform that action at this time.
0 commit comments