Beñat Gurmendi
Beñat Gurmendi
There are many compilation errores, sorry. I will fix all of then and open new pull request
Solved compilation errors and added unit tests
I have squash all commits into one. In any case, the #93 pull request is simpler and more urgent than this, and the core concept is the same, translate "case"...
Duplicate of #62
In our case we have url with deployment versions: ``` http://localhost:8080/assets.axd/637762069256939930/node_modules/lodash/lodash.min.js http://localhost:8080/assets.axd/637762069256939930/node_modules/vue/dist/vue.js http://localhost:8080/assets.axd/637762069256939930/node_modules/vuex/dist/vuex.min.js ``` Our ideal launch.json should be: ``` { "type": "pwa-chrome", "request": "launch", "name": "Launch Chrome against localhost",...
I think the only change needed is at this function: https://github.com/microsoft/vscode-js-debug/blob/1ea758e0b8936b3b6cf5ff55414146574dfae7c7/src/common/sourceMaps/sourceMapResolutionUtils.ts#L182-L193 And this one: https://github.com/microsoft/vscode-js-debug/blob/1ea758e0b8936b3b6cf5ff55414146574dfae7c7/src/common/sourceMaps/sourceMapResolutionUtils.ts#L195-L200 I can made the change using regexp or glob patterns. ¿which one is more appropriate?
I'm sure that on some other config file of VSCode glob or regexp file name matching is used, @connor4312 ¿ any code pointer to that?