We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eafde5a + 9b71004 commit b9cde7eCopy full SHA for b9cde7e
src/vs/workbench/contrib/terminalContrib/links/browser/terminalLocalLinkDetector.ts
@@ -134,7 +134,7 @@ export class TerminalLocalLinkDetector implements ITerminalLinkDetector {
134
135
// If any candidates end with special characters that are likely to not be part of the
136
// link, add a candidate excluding them.
137
- const specialEndCharRegex = /[\[\]"']$/;
+ const specialEndCharRegex = /[\[\]"'\.]$/;
138
const trimRangeMap: Map<string, number> = new Map();
139
const specialEndLinkCandidates: string[] = [];
140
for (const candidate of linkCandidates) {
0 commit comments