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

Implement "clean build" option #78

Open
mikefechner opened this issue May 5, 2023 · 4 comments
Open

Implement "clean build" option #78

mikefechner opened this issue May 5, 2023 · 4 comments

Comments

@mikefechner
Copy link

Given the lightning speed of VS Code's project build (compared to other IDE's for OpenEdge) the project build should have an option to clean all r-code beforehand. Clean would also be useful on it's own if you want to execute source-code.

@PeterJudgeZA
Copy link
Collaborator

+1

1 similar comment
@cverbiest
Copy link

+1

@gquerret
Copy link
Member

There is a "Rebuild project" option, that recompiles every source code (but does not delete anything). If I add a "Clean project", would that be enough ? Or would you also need "Clean and rebuild project" ?
The clean action will delete every rcode associated to a source code in the current project. So it wouldn't delete entire directories, and extra rcode that have not been generated by the current project.

@mikefechner
Copy link
Author

Clean and rebuild would be nice!

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