Change experimentalLinkProvider default to true

This commit is contained in:
Daniel Imms 2020-05-07 06:11:16 -07:00
parent ee7d069622
commit d7a5b181eb

View file

@ -315,7 +315,7 @@ export const terminalConfiguration: IConfigurationNode = {
'terminal.integrated.experimentalLinkProvider': {
description: localize('terminal.integrated.experimentalLinkProvider', "An experimental setting that aims to improve link detection in the terminal by improving when links are detected and by enabling shared link detection with the editor. Currently this only supports web links."),
type: 'boolean',
default: false
default: true
}
}
};