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

Code lens are not updated immediately after changing the setting enableCodeLens #1172

Closed

Description

Testing microsoft/vscode#33297

  • Have the folder setting in stringutil folder
"go.enableCodeLens": {
		"references": true,
		"runtest": true
	}
  • Open reverse_test.go and check the code lens for running test is shown
  • Change the runtest value to false

It is expected to remove the code lens after the change is done. But code lens are remove only after switching to a different file and back to it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions