formulahendry / formulahendry/vscode-code-runner
[Vs code extension creates .class files under the same directory as java file]
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
- VS Code Version: 1.62.3 (user setup)
- OS Version: Windows_NT x64 10.0.22000
- Code Runner Version: 0.11.6
**Describe the bug**
When I have java extension installed and I run the java code using coderunner it creates the .class files under the same working directory which makes it really messy
**To Reproduce**
1. Install Extension Pack for Java in vs code
2. Install code runner extension
3. run .java file using run code (right click on the .java file)
**Actual behavior**
It creates .class files under the same directory for all the classes in .java file
**Expected behavior**
There should be a way to create the .class files under some different directory
**Screenshots**
Before run code

After run code

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