Skip to content

Commit

Permalink
allow generate loops in instance path
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewNolte committed Oct 23, 2024
1 parent 7ef5e43 commit f451de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sidebar/ProjectComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f451de7

Please sign in to comment.