You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: nls.localize('vscode.extension.contributes.terminal.quickFixes.id',"The ID of the quick fix."),
type: 'string',
},
commandLineMatcher: {
description: nls.localize('vscode.extension.contributes.terminal.quickFixes.commandLineMatcher',"The command line to match."),
type: 'string',
},
outputMatcher: {
description: nls.localize('vscode.extension.contributes.terminal.quickFixes.outputMatcher',"The output to match, which provides groups of the form <group_name> to be referenced via ${group:group_name} in commandToRun and linkToOpen."),
Refs #162950
Complexity: 4
Authors: @meganrogge @Tyriar
Create Issue
Terminal quick fixes can now be contributed via an extension's contribution in a package.json as described here
vscode/src/vs/workbench/contrib/terminal/common/terminal.ts
Lines 719 to 757 in 476360f
We've moved several of the builtin terminal quick fix actions over to using this contribution point.
Verify that they still work:
git push
on a branch without a remote should allow you set the upstreamgit push --set-upstream...
should prompt you to create a PRNote that this is still a proposed API contrib, so must be explicitly enabled.
The text was updated successfully, but these errors were encountered: