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

Prevent user from submitting if the file already exist in the project #1775

Merged

Conversation

MangelMaxime
Copy link
Contributor

Fix #1771

ionide_demo_add_file_duplicate_detection.mp4

It also works if the file is outside of the fsproj directory.

image

Fix ionide#1771

This PR covers:
- "Add file" from project level
- "Add file below"
- "Add file above"
@MangelMaxime MangelMaxime force-pushed the feature/add_file_avoid_duplicate branch from 7fe1606 to 8093b09 Compare August 26, 2022 21:42
@baronfel
Copy link
Contributor

baronfel commented Sep 5, 2022

Brilliant, thanks mate :)

@baronfel baronfel merged commit ebefc3a into ionide:main Sep 5, 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

Successfully merging this pull request may close these issues.

Adding the same file twice to a project will add the compile tag 2 times
2 participants