-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
Description
Select the SuiteCloud tool where you encountered the issue
SuiteCloud Extension for VSCode
Version of the SuiteCloud Tool
2.0.0
Operating system
Win11
Node Version / VSCode Version
v20.12.2 1.92.2
JAVA Version
java 17.0.11+7-LTS-207
Bug description
When using any command that shows a prompt to the user, there is a significant delay. Originally, the prompt was shown immediately, but currently, there is approximately a 5-second delay. During this period, the cursor is still active in the editor, so if the user inputs anything (as they would have before), it is placed at the current cursor position.
Steps To Reproduce
Run SuiteCloud: Upload File in project with an account set.
Actual Output
Several seconds delay between exucuting the command and showing a prompt
Expected Output
No delay
Anything else?
It's really annoying and leads to adding unwanted linebreaks or other data in the code.
MikeMeeseeks and hyu72antoniofruci