formulahendry / formulahendry/vscode-code-runner
code runner can't compile multiple source files
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
For example, here is a simplified version of the executor map for cpp files:
`"cpp": "g++ $fileName -o $fileNameWithoutExt"`
$filename will only compile the current file, which doesnt work for projects with multiple source (*.cpp) files. Is there a parameter that can be used in place of $filename to compile all *.cpp files in the working/project directory?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.