Skip to content

Source Path wildcard support not working #264

@jasonwilliams

Description

@jasonwilliams

OS: MacOS 10.14.6 & linux
VSCode version: 1.42.0
Extension version: 1.4.5
Python version: Python 3.7.4
LLDB version: lldb-1001.0.13.3
Swift-5.0

Source maps should be able to contain wildcards
I'm sure at one point glob support was working, but now it doesn't either in dev container or on MacOS.

Steps to reproduce

Working

      "sourceMap": {
        "/rustc/5e1a799842ba6ed4a57e91f7ab9435947482f7d8": "/Users/[User]/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust"
      },

image

Not working

      "sourceMap": {
        "/rustc/*": "/Users/[User]/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust"
      },

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Not a bugEverything works as intended, not a bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions