diff options
| author | vsrs <vit@conrlab.com> | 2020-09-01 16:33:02 +0300 |
|---|---|---|
| committer | vsrs <vit@conrlab.com> | 2020-09-29 15:29:20 +0300 |
| commit | eeb40dbece3421d685c75bf2860610e6fd3b7b73 (patch) | |
| tree | da6e1ad2b01dd550be8f6d7499a9fc5f432e9732 /editors/code/src | |
| parent | e813de6cdd53e542bce8d4a554288dc2f17bbf5e (diff) | |
| download | rust-eeb40dbece3421d685c75bf2860610e6fd3b7b73.tar.gz rust-eeb40dbece3421d685c75bf2860610e6fd3b7b73.zip | |
Add method references CodeLens
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"), }; } |
