Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When there are multiple scripts in the folder, they will all be compiled #2807

Closed
xxc-zsz opened this issue Nov 18, 2022 · 5 comments
Closed

Comments

@xxc-zsz
Copy link

xxc-zsz commented Nov 18, 2022

If I have multiple scripts in my folder and I only want to run one of them, hitting runjava will compile them all. At this point, if there are errors in other scripts, there will be errors, even if the current script I want to run does not have errors.

I have two errors in DemoTwo.java. When I run DemoOne.java, a pop-up window will appear. Click proceed to compile and run demoone normally.

image

I know I can click proceed to continue, but this is not the best solution.

@jdneo
Copy link
Collaborator

jdneo commented Nov 18, 2022

This can be fixed with microsoft/java-debug#459.

@testforstephen FYI

@testforstephen
Copy link
Collaborator

Yes, this use case will be covered by the debugger PR.

@fbricon
Copy link
Collaborator

fbricon commented Nov 18, 2022

@jdneo can you move this issue to https://github.com/microsoft/java-debug/issues ?

@jdneo
Copy link
Collaborator

jdneo commented Nov 20, 2022

@fbricon Sorry I can't. Only issues between repositories owned by the same user or organization account can be transferred.

@jdneo
Copy link
Collaborator

jdneo commented Nov 21, 2022

Close since it has been fixed by microsoft/java-debug#459.

@jdneo jdneo closed this as completed Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants