formulahendry / formulahendry/vscode-code-runner

Typescript file doesn't run correctly

Open
#429 1 comment 4 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.