diff --git a/src/sidebar/ProjectComponent.ts b/src/sidebar/ProjectComponent.ts index 49cfb1f..01f0f27 100644 --- a/src/sidebar/ProjectComponent.ts +++ b/src/sidebar/ProjectComponent.ts @@ -536,7 +536,7 @@ export class ProjectComponent }) } - static RE_INSTANCE_PATHS = /[\w$]+(\.[\w$]+)+/g + static RE_INSTANCE_PATHS = /[\w$]+(\[\d+\])?(\.[\w$]+(\[\d+\])?)+/g provideTerminalLinks( context: vscode.TerminalLinkContext,