oracle / netsuite-suitecloud-sdk

SuiteCloud Software Development Kit (SuiteCloud SDK) are the set of tools that allow you to customize accounts and create SuiteApps through SuiteCloud Development Framework (SDF).
https://www.netsuite.com/
Universal Permissive License v1.0
200 stars 62 forks source link

Delay Between running a Command and any Dialog Display #839

Open jan-pavlicek-netsuite opened 3 weeks ago

jan-pavlicek-netsuite commented 3 weeks ago

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 commented 3 weeks ago

Can confirm this is also happening on MacOS 14.6.1 as well.

Seeing lag from 1-2+ seconds per upload. Giving the ability to type in between the upload prompt and confirmation dialog.

REALLY messes with muscle memory for users that are used to hot keys and then enter