Results 6 comments of Sean Kegel

Until the definitions are available, you can include this in your Typescript globals file: `declare module '@fortawesome/*';`

@ThePlastic I put `declare module '@fortawesome/*';` in my globals.d.ts file located in the root of my typescript code.

Is it possible to launch a browser when just listening for XDebug, not running on the currently open script?

I was thinking may something in the configuration where you can provide a URL for the application with the parameter to start Xdebug. So I could say I want the...

I am using remote Xdebug through Vagrant. If I don't use that parameter, it doesn't seem to listen to anything.

So I am trying it out without the parameter and it does appear to be working now. I guess having the URL config is not necessary then.