formulahendry / formulahendry/vscode-code-runner

code runner can't compile multiple source files

Open
#416 2 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.