From 3618c4e0d3127e6d6eab1b55fd88c353b8d3f6d7 Mon Sep 17 00:00:00 2001 From: vsrs Date: Sat, 23 Jan 2021 16:56:20 +0300 Subject: Add References code lens. For Struct, Enum, Union and Trait symbols. --- editors/code/src/config.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'editors/code/src') diff --git a/editors/code/src/config.ts b/editors/code/src/config.ts index ebe4de1ea..ddb5cfbd3 100644 --- a/editors/code/src/config.ts +++ b/editors/code/src/config.ts @@ -144,6 +144,7 @@ export class Config { debug: this.get("lens.debug"), implementations: this.get("lens.implementations"), methodReferences: this.get("lens.methodReferences"), + references: this.get("lens.references"), }; } -- cgit v1.2.3