alex-dixon / vscode-typescript-repl

Just evaluate TypeScript in your editor
MIT License
1 stars 0 forks source link

Set PWD to something sane #10

Open alex-dixon opened 12 months ago

alex-dixon commented 12 months ago

By default in the vm exec runs from /. Decide and implement a sane default (probably the file being evaluated)

alex-dixon commented 10 months ago

Not really sure what the default should be here. Maybe the vs code project root?