diff options
| author | Kevin DeLorey <kdelorey.dev@gmail.com> | 2021-07-23 07:41:55 -0600 |
|---|---|---|
| committer | Kevin DeLorey <kdelorey.dev@gmail.com> | 2021-07-23 07:41:55 -0600 |
| commit | d8f02133166328ecd16c2db9133a7102fcdb0f57 (patch) | |
| tree | ed01c5ff91f37aeabedc8adf076b64faf1643517 /editors/code | |
| parent | 7797c59f183e195aa67970a830b8ff83a2ae9b70 (diff) | |
| download | rust-d8f02133166328ecd16c2db9133a7102fcdb0f57.tar.gz rust-d8f02133166328ecd16c2db9133a7102fcdb0f57.zip | |
removed dead code
Diffstat (limited to 'editors/code')
| -rw-r--r-- | editors/code/src/config.ts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/editors/code/src/config.ts b/editors/code/src/config.ts index 413290c290b..2277eeb7ea8 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<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; } |
