diff --git a/editors/code/src/commands/syntax_tree.ts b/editors/code/src/commands/syntax_tree.ts index cfcf47b2fc..b80a18a47f 100644 --- a/editors/code/src/commands/syntax_tree.ts +++ b/editors/code/src/commands/syntax_tree.ts @@ -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;