Closed hangxingliu closed 6 years ago
This is a bug from vscode:
onDidChangeActiveTextEditor
be emitted with empty document when you open Settings editor.onDidChangeTextDocument
be emitted even if you has not edited anything in setting document.onFileCoding
function be invoked with global variable activeDocument
is null
. So
get this exception: TypeError: Cannot set property 'lineCount' of null
.