bluelovers / idea-run-typescript

IntelliJ IDEA (and WebStorm...) plugin to support 'TypeScript' as a run configuration
https://plugins.jetbrains.com/plugin/10841-run-configuration-for-typescript
75 stars 14 forks source link

Fetching environment variables from typescript config and setting working directory #13

Closed Garethp closed 4 years ago

Garethp commented 4 years ago

This should fix issue #12 that I opened, where the debug config has a different working directory from the run config and it doesn't have the environment variables.

I don't think it's the best solution, but it works for now