removed dead code

This commit is contained in:
Kevin DeLorey 2021-07-23 07:41:55 -06:00
parent 7797c59f18
commit d8f0213316

View file

@ -172,15 +172,6 @@ export class Config {
};
}
get highlightRelated() {
return {
references: this.get<boolean>("highlightRelated.references"),
exitPoints: this.get<boolean>("highlightRelated.exit_points"),
breakPoints: this.get<boolean>("highlightRelated.exit_points"),
yieldPoints: this.get<boolean>("highlightRelated.yield_points")
};
}
get currentExtensionIsNightly() {
return this.package.releaseTag === NIGHTLY_TAG;
}