Closed DavidFeldhoff closed 2 years ago
As described in #21, I think it's safe to remove the semicolon. as it is already inserted in line 23
this.insertText = `${objectId.id}${this._injectSemicolon ? ";" : ""}`;
No excuse needed, I heard about it this week. Thanks for picking it up :)
As described in #21, I think it's safe to remove the semicolon. as it is already inserted in line 23