-
Notifications
You must be signed in to change notification settings - Fork 28
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
Don't delete existing sftp.json
configuration file
#529
Labels
bug
Something isn't working
verified
Bug fix is verified
vscode-plugin
Issue related to VScode plugin
Comments
alexey-utkin
added a commit
that referenced
this issue
Nov 14, 2022
- SFTP notifications have wrong icons #533 - Fields on 'Server Setup' page of wizard are misaligned #530 - Wizard has no 'Previous' buttons #528 - Don't delete existing sftp.json configuration file #529 (partially - for user config we make a backup) Signed-off-by: Alexey Utkin <alexey.utkin@gmail.com>
Repository owner
moved this from Todo
to Done
in UTBot C/C++
Nov 15, 2022
The backup with extension |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
verified
Bug fix is verified
vscode-plugin
Issue related to VScode plugin
Description
In case user leaves empty SFTP port in UTBot quick setup wizard, UTBot removes sftp config file even it was pre-existing.
To Reproduce
Steps to reproduce the behavior:
.vscode/sftp.json
configuration fileSFTP port
field empty and click 'Next' buttonActual behavior
.vscode/sftp.json
file disappearsExpected behavior
Exiting
sftp.json
left as is, because it could be created for reason. For example user wants to control when and what uploaded to the server. It may also contain information and settings which are necessary for user.Basically I assume that UBot should not remove anything which wasn't created by the bot itself.
The text was updated successfully, but these errors were encountered: