rolandshacks / vs64

C64 Development Environment for Visual Studio Code
Other
104 stars 18 forks source link

Bugfix: generate absolute filename for spawn process #5

Closed jerzyadamowski closed 5 years ago

jerzyadamowski commented 5 years ago

I think this might helps when you want to run tools like acme or c64debugger from inside your c64 project. I encountered this problem in spawn function. It seems that needs absolute path to application.

rolandshacks commented 5 years ago

Excellent idea, makes path handling more robust. Thanks.