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

Got error when trying to run .ts-file #1

Closed skalashnyk closed 5 years ago

skalashnyk commented 6 years ago

Got error when trying to run .ts-file IDE: WebStorm 2018.2.1 EAP

Error running 'test-2.ts': io.plugin.tsnode.execution.TsRunConfiguration cannot be cast to org.jetbrains.debugger.DebuggableRunConfiguration

bluelovers commented 6 years ago

@skalashnyk current only support run

not support debug mode (because i don't know what api for it

and u should only see run button

skalashnyk commented 6 years ago

@bluelovers , I got this message when pushed "run" button

screen shot 2018-08-06 at 4 52 23 pm

OR

screen shot 2018-08-06 at 4 52 11 pm
bluelovers commented 6 years ago

hmm this bug only happen on webstorm

idea didn't has this error

still trying look what worng lol

bluelovers commented 6 years ago

@skalashnyk try this

releases.zip

https://github.com/bluelovers/idea-run-typescript/commit/d714f765d3f78da1f59781264a88c573f71f8865#diff-e0b4468d09d9063b7640cd7e8845c66bR10

bluelovers commented 6 years ago

@skalashnyk can u try download this file then install it , see does it work for u or not?

skalashnyk commented 6 years ago

@bluelovers, now it works, thanks!