formulahendry / formulahendry/vscode-code-runner
Running Java code with packages
Open
enhancement
help wanted
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
While Code runner runs java code which has default package, it fails to run if package is specified.
What is needed is relative path of the .class file from {$workspaceRoot}, i.e, even if we select the file, it should switch to workspaceRoot as cwd and then issue java org.name.class
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.