-
Notifications
You must be signed in to change notification settings - Fork 37.6k
Closed as not planned
Labels
*extension-candidateIssue identified as good extension implementationIssue identified as good extension implementationfeature-requestRequest for new features or functionalityRequest for new features or functionalitymarkdownMarkdown support issuesMarkdown support issues
Milestone
Description
If I use Github or Gitlab repository server I can use this to link to a line in README.md markdown to go to line 63 of app.module.ts file [AppModule](./src/app/app.module.ts#L63)
but when I use Bitbucket repository server I need to use [AppModule](./src/app/app.module.ts#63) and VSCode can't go to this line.
Note difference between #L63 (Github or Gitlab) and #63 (Bitbucket).
Please add support to Bitbucket linking line in markdown.
Thanks.
Metadata
Metadata
Assignees
Labels
*extension-candidateIssue identified as good extension implementationIssue identified as good extension implementationfeature-requestRequest for new features or functionalityRequest for new features or functionalitymarkdownMarkdown support issuesMarkdown support issues