Skip to content

Commit bc9d927

Browse files
committed
context keys: parsing: remove old comment
1 parent 9d9ccdb commit bc9d927

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/platform/contextkey/common/contextkey.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ export class Parser {
319319
return this._scanner.errorTokens;
320320
}
321321

322-
// TODO: this could use a prettier return
323322
get parsingErrors(): string[] {
324323
return this._parsingErrors;
325324
}

0 commit comments

Comments
 (0)