willyelm / xatom-debug

A Simple Debugger Provider for Atom
MIT License
71 stars 5 forks source link

How to configure for angular CLI project #65

Closed ghost closed 2 years ago

ghost commented 6 years ago

Hi,

I want to use your plugin for my angular CLI project.

My config for vscode (Chrome debugger extension) is : { "name": "Launch Chrome against localhost, with sourcemaps", "type": "chrome", "request": "launch", "url": "http://localhost:4200", "sourceMaps": true, "webRoot": "${workspaceRoot}", "sourceMapPathOverrides": { "webpack:///./": "${webRoot}/" } },

Do you know how it's possible to configure your plugin ?

Thank you