This commit is contained in:
Edwin Cheng 2020-05-10 21:05:09 +08:00
parent 4578154b60
commit 31d5c8d487

View file

@ -225,7 +225,7 @@ class AstInspector implements vscode.HoverProvider, vscode.DefinitionProvider, D
return doc.positionAt(targetOffset);
}
// Shitty workaround for crlf line endings
// Dirty workaround for crlf line endings
// We are still in this prehistoric era of carriage returns here...
let line = 0;