scholarsmate commented on code in PR #429:
URL: https://github.com/apache/daffodil-vscode/pull/429#discussion_r1084043427
##########
src/language/providers/closeElement.ts:
##########
@@ -27,98 +32,207 @@ export function getCloseElementProvider() {
position: vscode.Position
) {
var backpos = position.with(position.line, position.character - 1)
+ var backpos3 = position.with(position.line, position.character - 3)
Review Comment:
We should be using either `let` for mutable variables or `const` for
immutable variables.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]