We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104667a commit 4244318Copy full SHA for 4244318
1 file changed
src/vs/workbench/parts/terminal/test/electron-browser/terminalLinkHandler.test.ts
@@ -22,8 +22,8 @@ class TestTerminalLinkHandler extends TerminalLinkHandler {
22
}
23
24
class TestXterm {
25
- public setHypertextLinkHandler() { }
26
- public setHypertextValidationCallback() { }
+ public webLinksInit() { }
+ public registerLinkMatcher() { }
27
28
29
interface LinkFormatInfo {
0 commit comments