Enable Java terminal link provider on all terminals#1168
Enable Java terminal link provider on all terminals#1168testforstephen merged 1 commit intomicrosoft:mainfrom
Conversation
|
Is there any potential issue if we remove this restriction? e.g. conflicts in terminals created by another extension. If so, we can also keep this restriction for the known usages via a whitelist for example. |
I think the restriction was designed so. But I prefer to remove the restriction as it doesn't seem to do any harm. We can revisit it if there's any case that links are overlap with popular extensions. |
|
Agree, we can roll out first. If there are any conflicts with other popular extensions, then we can limit its scope later. |
|
Agree. Let's remove this for now. |

This is a follow-up of PR microsoft/java-debug#414 and redhat-developer/vscode-java#2463.
Enabling Java terminal link providers on all terminals can also benefit the scenarios of running Maven command in VS Code terminal.