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

Auto save the file before compilation #98

Open
Dragonado opened this issue Oct 13, 2022 · 0 comments
Open

Auto save the file before compilation #98

Dragonado opened this issue Oct 13, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Dragonado
Copy link
Collaborator

Dragonado commented Oct 13, 2022

Currently, when you click on the "run test cases" button, the extension compiles the previously saved file and runs the test cases against that. So if you edit the solution file but not save it, then the extension won't consider the new file while running test cases.

This is not intended behaviour on the user side. They definitely meant to save the file and then run the test cases. So we can automate this, we just have to use the VSCode API to save the file before compiling the file.

@Dragonado Dragonado added enhancement New feature or request good first issue Good for newcomers labels Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant