Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 6.06 KB

README.md

File metadata and controls

37 lines (31 loc) · 6.06 KB

How to use

  • checkout
  • npm install
  • edit index.js and replace with your COMMIT
  • edit input.txt and replace with your stack trace
  • run node index.js
  • output in output.txt

Input

COMMIT ebe9ea85a0a0bb087dccc98949542605dfc51f6f

TypeError
    at new e (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:2037:828)
    at new e (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:2040:545)
    at file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:2047:159
    at file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1926:480
    at file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1926:518
    at V (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1916:839)
    at t._renderOnce (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1923:831)
    at t.change (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1926:254)
    at t.changeViewZones (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1949:459)
    at file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:2046:623
    at o._changeDecorations (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1207:185)
    at o.changeDecorations (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1206:478)
    at t.changeDecorations (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1945:46)
    at e._renderCodeLensSymbols (file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:2046:583)
    at file:///Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:2044:884
    at process._tickCallback (internal/process/next_tick.js:188:7)

Output

Deminified using https://github.com/alexandrudima/vscode-stack-beautifier

TypeError
  at onDidChangeConfiguration (./editor/contrib/codelens/codelensWidget.ts:87:38)
  at ./editor/contrib/codelens/codelensWidget.ts:247:24
  at ./editor/contrib/codelens/codelensController.ts:253:23
  at func (./editor/browser/view/viewImpl.ts:589:9)
  at callback (./editor/browser/view/viewImpl.ts:498:18)
  at func (./editor/browser/view/viewImpl.ts:581:9)
  at safeInvokeNoArg (./editor/browser/view/viewImpl.ts:359:10)
  at _renderOnce (./editor/browser/view/viewImpl.ts:478:7)
  at change (./editor/browser/widget/codeEditorWidget.ts:1247:40)
  at changeViewZones (./editor/contrib/codelens/codelensController.ts:222:16)
  at callback (./editor/common/model/textModel.ts:1502:12)
  at _changeDecorations (./editor/common/model/textModel.ts:1467:15)
  at changeDecorations (./editor/browser/widget/codeEditorWidget.ts:1019:31)
  at changeDecorations (./editor/contrib/codelens/codelensController.ts:221:15)
  at _renderCodeLensSymbols (./editor/contrib/codelens/codelensController.ts:121:10)
  at hasListeners (./base/common/event.ts:302:11)