diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-09-29 12:36:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-29 12:36:11 +0000 |
| commit | bdc1f76cbda7478f39c190cc6ba296bc0030928f (patch) | |
| tree | 91d3312e41626d40387d59e9243ae32b099eecb1 /editors/code/src | |
| parent | e813de6cdd53e542bce8d4a554288dc2f17bbf5e (diff) | |
| parent | 91da41b3b13129007920943d7300459921faf3c5 (diff) | |
| download | rust-bdc1f76cbda7478f39c190cc6ba296bc0030928f.tar.gz rust-bdc1f76cbda7478f39c190cc6ba296bc0030928f.zip | |
Merge #5928
5928: Add method references CodeLens r=vsrs a=vsrs The PR adds CodeLens for methods and free-standing functions:  Relates to #5836 Co-authored-by: vsrs <vit@conrlab.com>
Diffstat (limited to 'editors/code/src')
| -rw-r--r-- | editors/code/src/config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/code/src/config.ts b/editors/code/src/config.ts index 033b04b6021..848e92af991 100644 --- a/editors/code/src/config.ts +++ b/editors/code/src/config.ts @@ -138,6 +138,7 @@ export class Config { run: this.get<boolean>("lens.run"), debug: this.get<boolean>("lens.debug"), implementations: this.get<boolean>("lens.implementations"), + methodReferences: this.get<boolean>("lens.methodReferences"), }; } |
