formulahendry / formulahendry/vscode-code-runner

[Vs code extension creates .class files under the same directory as java file]

Open
#883 0 comments 0 reactions 0 assignees View on GitHub
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
![image](https://user-images.githubusercontent.com/56520367/142726957-3b79c0c6-de66-45d6-bc8c-d92bf2742ae6.png)

After run code

![image](https://user-images.githubusercontent.com/56520367/142726976-405d3449-ebc9-4f72-b41f-0be79b62b6f4.png)

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.