codeintel: Add setting codeIntelligence.clickToGoToDefinition
Created by: chrismwendt
If you set this to false, you can click on tokens without triggering a go to definition.
{
"codeIntelligence.clickToGoToDefinition": false // defaults to true
}
From Slack
Test plan
Ran locally with and without the setting and verified it had the intended behavior.