Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Perf issue for references codelens fixed, setting to control both type of codelens

Compare
Choose a tag to compare
@ramya-rao-a ramya-rao-a released this 05 May 00:25
· 1055 commits to master since this release
  • Ramya Rao (@ramya-rao-a)
    • Fix for Bug 963 Fix for perf issues when references codelens is enabled. Commit 352435a
    • Fix for Bug 964 The setting go.referencesCodeLens.enabled is deprecated in favor of go.enableCodeLens to control multiple types of codelens.
      "go.enableCodeLens": {
          "references": false,
          "runtest": true
      }