java-language-server icon indicating copy to clipboard operation
java-language-server copied to clipboard

crash every time i modify a comment

Open lfarkas opened this issue 6 years ago • 1 comments

if i modify any comment it's immediately crash. actually crash if i modify anything! this is in the console:

commentService.ts:201 Error: Canceled
    at Object.t.canceled (errors.ts:149)
    at u._remoteCall (rpcProtocol.ts:399)
    at Proxy.t.(/usr/share/code/reso…/anonymous function).i.charCodeAt.t.(anonymous function).t (file:///usr/share/code/resources/app/out/vs/workbench/workbench.desktop.main.js:3555:483)
    at S.<anonymous> (mainThreadComments.ts:294)
    at Generator.next (<anonymous>)
    at errors.ts:199
    at new Promise (<anonymous>)
    at n (errors.ts:199)
    at S.getDocumentComments (mainThreadComments.ts:285)
    at _commentControls.forEach.i (commentService.ts:199)
    at Map.forEach (<anonymous>)
    at h.<anonymous> (commentService.ts:198)
    at Generator.next (<anonymous>)
    at errors.ts:199
    at new Promise (<anonymous>)
    at n (errors.ts:199)
    at h.getComments (commentService.ts:195)
    at _computeCommentingRangeScheduler._computeCommentingRangeScheduler.trigger (commentsEditorContribution.ts:238)
    at completionPromise.completionPromise.Promise.then (async.ts:211)

lfarkas avatar Sep 24 '19 13:09 lfarkas

What makes you think this is related to JLS? That stack trace is from VSCode.

georgewfraser avatar Sep 24 '19 16:09 georgewfraser