formulahendry / formulahendry/vscode-code-runner
Doesn't compile external referenced libraries(Jar files) when code is run in Java.
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
- VS Code Version: 1.52.1
- OS Version: Windows 10 Pro 10.0.18363 Build 18363
- Code Runner Version: 0.11.1
When running a Java file inside of a Java project, the referenced Jar files for external libraries aren't loaded yielding an error message that the package does not exist.
Steps to reproduce the behavior:
1. Install Project Manager for Java and Code Runner extensions
2. Create a Java Project and place Jar file into the Referenced Libraries tab
3. Attempt to import said Jar file
An error is thrown that the package does not exist. Was expecting for it to compile the required Jar files and to execute normally.
Not sure if there is some sort of configuration I am missing, a bug, or if this is just a feature that is yet to be implemented.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.