-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add terminal quick fix API #166326
add terminal quick fix API #166326
Conversation
src/vs/workbench/contrib/terminal/common/terminalExtensionPoints.ts
Outdated
Show resolved
Hide resolved
Feedback from API sync, plus some of my own comments I didn't bring up. Let's talk through them in our 1:1
|
I think we should require both, though it's entirely up to the extension in reality as they can just provide
Yes - done
Yes - done
Fixed |
… happens to no avail
src/vs/platform/terminal/common/capabilities/commandDetectionCapability.ts
Outdated
Show resolved
Hide resolved
src/vs/platform/terminal/common/capabilities/commandDetectionCapability.ts
Outdated
Show resolved
Hide resolved
src/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
Outdated
Show resolved
Hide resolved
src/vs/workbench/contrib/terminal/browser/media/shellIntegration.ps1
Outdated
Show resolved
Hide resolved
src/vs/workbench/contrib/terminal/browser/media/shellIntegration.ps1
Outdated
Show resolved
Hide resolved
src/vs/workbench/contrib/terminal/browser/xterm/quickFixAddon.ts
Outdated
Show resolved
Hide resolved
It was caused by P UserAliases, we need to fix that when we re-introduce |
Is it possible for extension to use this terminal quick fix API? |
fixes #162950
Deferring:
RegExpMatchArray