fvm icon indicating copy to clipboard operation
fvm copied to clipboard

[Feature Request] control check fvm update

Open Mao-x-w opened this issue 3 years ago • 2 comments

Can you provide an option to control check fvm update? Because, it was so slow sometime。

if (cmd == 'use' || cmd == 'install' || cmd == 'remove') { // Check if there is an update fofr FVM await checkForFvmUpdate(); }

I want to control it through the following command: fvm use 1.22.6 --not-check-update

Mao-x-w avatar Jun 11 '21 10:06 Mao-x-w

@Mao-x-w I might add this as a config option

leoafarias avatar Jun 11 '21 19:06 leoafarias

@leoafarias OK,Thank you.

Mao-x-w avatar Jun 15 '21 01:06 Mao-x-w

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Dec 02 '22 20:12 stale[bot]

On 3.0, the check will happen only once per day. you are also able to pass the setting which we will be updating on the docs later

leoafarias avatar Oct 04 '23 00:10 leoafarias