We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16f7d6 commit ca0cd68Copy full SHA for ca0cd68
package.json
@@ -512,7 +512,7 @@
512
},
513
"robotcode.analysis.referencesCodeLens": {
514
"type": "boolean",
515
- "default": true,
+ "default": false,
516
"description": "Enable/disable references CodeLens for RobotFramework files."
517
}
518
robotcode/language_server/robotframework/configuration.py
@@ -78,7 +78,7 @@ class AnalysisConfig(ConfigBase):
78
diagnostic_mode: DiagnosticsMode = DiagnosticsMode.OPENFILESONLY
79
progress_mode: AnalysisProgressMode = AnalysisProgressMode.SIMPLE
80
max_project_file_count: int = 1000
81
- references_code_lens: bool = True
+ references_code_lens: bool = False
82
83
84
@config_section("robotcode")
0 commit comments