Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@bobbrow
Copy link
Member

@bobbrow bobbrow commented Feb 26, 2019

Allow for tasks to query the active configuration as requested in issue #1524

@bobbrow bobbrow requested a review from a team February 26, 2019 06:45
disposables.push(vscode.commands.registerCommand('C_Cpp.ResumeParsing', onResumeParsing));
disposables.push(vscode.commands.registerCommand('C_Cpp.ShowParsingCommands', onShowParsingCommands));
disposables.push(vscode.commands.registerCommand('C_Cpp.TakeSurvey', onTakeSurvey));
disposables.push(vscode.commands.registerCommand('cpptools.activeConfig', onGetActiveConfig));
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be activeConfigName to be more explicit and/or if we want to expose the actual config or an index later?

@sean-mcmanus sean-mcmanus changed the title Enable ${command:cpptools.activeConfig} in tasks #1524 Enable ${command:cpptools.activeConfigName} in tasks #1524 Feb 26, 2019
@bobbrow bobbrow merged commit 8d96465 into master Feb 27, 2019
@bobbrow bobbrow deleted the bobbrow/command branch February 27, 2019 04:09
@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.

3 participants