diff --git a/editors/code/src/config.ts b/editors/code/src/config.ts index 413290c290..2277eeb7ea 100644 --- a/editors/code/src/config.ts +++ b/editors/code/src/config.ts @@ -172,15 +172,6 @@ export class Config { }; } - get highlightRelated() { - return { - references: this.get("highlightRelated.references"), - exitPoints: this.get("highlightRelated.exit_points"), - breakPoints: this.get("highlightRelated.exit_points"), - yieldPoints: this.get("highlightRelated.yield_points") - }; - } - get currentExtensionIsNightly() { return this.package.releaseTag === NIGHTLY_TAG; }