Skip to content

Commit 8854bb6

Browse files
committed
add question
1 parent d1f0b8c commit 8854bb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/client/terminals/pythonStartupLinkProvider.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ export class CustomTerminalLinkProvider implements vscode.TerminalLinkProvider<C
2424
_token: vscode.CancellationToken,
2525
): vscode.ProviderResult<CustomTerminalLink[]> {
2626
const links: CustomTerminalLink[] = [];
27+
// Question: What if context.line is truncated because of user zoom setting?
28+
// Meaning what if this line is separated into two+ line in terminal?
2729
const expectedNativeLink = 'this is link to launch native repl';
2830

2931
// eslint-disable-next-line no-cond-assign

0 commit comments

Comments
 (0)