formulahendry / formulahendry/vscode-code-runner
Typescript file doesn't run correctly
Open
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
By default _code-runner_ has `"code-runner.executorMap": { "typescript": "ts-node" }` in the settings. But it doesn't work correctly.
**The solution:**
Maybe should make the first step to compile ts-file and then run js-file by node command? For example: `"code-runner.executorMap": { "typescript": "tsc $fileName && node $fileNameWithoutExt" }`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.