-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
bugSomething isn't workingSomething isn't workingverifiedBug fix is verifiedBug fix is verifiedvscode-pluginIssue related to VScode pluginIssue related to VScode plugin
Description
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:
- Make sure you already have
.vscode/sftp.json
configuration file - Start UTBot Quickstart wizard
- Proceed to 'Server Setup' page
- Leave
SFTP port
field empty and click 'Next' button
Actual behavior
.vscode/sftp.json
file disappears
Expected 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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingverifiedBug fix is verifiedBug fix is verifiedvscode-pluginIssue related to VScode pluginIssue related to VScode plugin
Type
Projects
Status
Done