Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add ab testing for Go to Def (fix some ab testing bugs)#2559

Merged
bobbrow merged 5 commits into
mastermicrosoft/vscode-cpptools:masterfrom
seanmcm/abTestGoToDefmicrosoft/vscode-cpptools:seanmcm/abTestGoToDefCopy head branch name to clipboard
Sep 26, 2018
Merged

Add ab testing for Go to Def (fix some ab testing bugs)#2559
bobbrow merged 5 commits into
mastermicrosoft/vscode-cpptools:masterfrom
seanmcm/abTestGoToDefmicrosoft/vscode-cpptools:seanmcm/abTestGoToDefCopy head branch name to clipboard

Conversation

@sean-mcmanus

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread Extension/src/LanguageServer/client.ts Outdated
},
vcpkg_root: util.getVcpkgRoot()
vcpkg_root: util.getVcpkgRoot(),
goto_def_intelliSense: abTestSettings.UseGoToDefIntelliSense

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please rename to gotoDefIntelliSense or similar.

return this.state.get<T>(this.key, this.defaultvalue);
}

public get DefaultValue(): T {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Can you move this under the setter for Value to keep the two properties together?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

Comment thread Extension/src/LanguageServer/client.ts Outdated
},
vcpkg_root: util.getVcpkgRoot()
vcpkg_root: util.getVcpkgRoot(),
goto_def_intelliSense: abTestSettings.UseGoToDefIntelliSense

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doing this in init works for now, but I'd imagine that at some point in the future we'll want a separate abTestingSettingsChanged message or something similar in the future. That will allow us to make the settings read async again too.

@bobbrow bobbrow merged commit 5f9ef54 into master Sep 26, 2018
@bobbrow bobbrow deleted the seanmcm/abTestGoToDef branch September 26, 2018 16:39
@github-actions github-actions Bot locked and limited conversation to collaborators Oct 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.