Skip to content

Aliases on an included path should not create a link to an asterisk #439

@rcjsuen

Description

@rcjsuen
include:
  - path: 
    - *alias
  - path: *alias
[
    {
        "range": {
            "start": {
                "line": 2,
                "character": 6
            },
            "end": {
                "line": 2,
                "character": 7
            }
        },
        "target": "file:///tmp/*",
        "tooltip": "/tmp/*"
    },
    {
        "range": {
            "start": {
                "line": 3,
                "character": 10
            },
            "end": {
                "line": 3,
                "character": 11
            }
        },
        "target": "file:///tmp/*",
        "tooltip": "/tmp/*"
    }
]

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions