Replies: 5 comments 3 replies
-
Hey Jozef, you are anticipating a few of the upcoming features. |
Beta Was this translation helpful? Give feedback.
-
I will convert this into a discussion, for better management. |
Beta Was this translation helpful? Give feedback.
-
Any updates on this? |
Beta Was this translation helpful? Give feedback.
-
Yes, Martin,
I have it done, but I want to ship it together with a caching mechanism
because I generate too many requests in my tests.
🙏 Thanks for reaching out!
…On Wed, Jul 31, 2024 at 11:23 AM MartinHelvig ***@***.***> wrote:
Any updates on this?
—
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGH45N3OXHL6ZY3M7M6YDTZPCNGHAVCNFSM6AAAAABLX6IKV2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMJZHA3TIMI>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
--
*Andy Gongea* - Lead Product Designer
+40761321885
Craiova, 200096, Romania
[image: https://facebook.com/andy.gongea] <https://facebook.com/andy.gongea>
[image: https://twitter.com/andygongea]
<https://twitter.com/andygongea> [image:
https://linkedin.com/in/andygongea]
<https://linkedin.com/in/andygongea> [image:
https://dribbble.com/andygongea] <https://dribbble.com/andygongea>
|
Beta Was this translation helpful? Give feedback.
-
Hi Martin,
The new version should be live.
I've added the CodeLenses for devDependencies and now caching the latest
version data locally for better performance.
Cheers!
…On Wed, Jul 31, 2024 at 3:03 PM Andy Gongea ***@***.***> wrote:
Yes, Martin,
I have it done, but I want to ship it together with a caching mechanism
because I generate too many requests in my tests.
🙏 Thanks for reaching out!
On Wed, Jul 31, 2024 at 11:23 AM MartinHelvig ***@***.***>
wrote:
> Any updates on this?
>
> —
> Reply to this email directly, view it on GitHub
> <#5 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAGH45N3OXHL6ZY3M7M6YDTZPCNGHAVCNFSM6AAAAABLX6IKV2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMJZHA3TIMI>
> .
> You are receiving this because you were assigned.Message ID:
> ***@***.***>
>
--
*Andy Gongea* - Lead Product Designer
+40761321885
Craiova, 200096, Romania
[image: https://facebook.com/andy.gongea]
<https://facebook.com/andy.gongea> [image: https://twitter.com/andygongea]
<https://twitter.com/andygongea> [image:
https://linkedin.com/in/andygongea] <https://linkedin.com/in/andygongea> [image:
https://dribbble.com/andygongea] <https://dribbble.com/andygongea>
--
*Andy Gongea* - Lead Product Designer
+40761321885
Craiova, 200096, Romania
[image: https://facebook.com/andy.gongea] <https://facebook.com/andy.gongea>
[image: https://twitter.com/andygongea]
<https://twitter.com/andygongea> [image:
https://linkedin.com/in/andygongea]
<https://linkedin.com/in/andygongea> [image:
https://dribbble.com/andygongea] <https://dribbble.com/andygongea>
|
Beta Was this translation helpful? Give feedback.
-
Packages in key
devDependencies
should be checked in the same way as in the "dependencies" key.Exapmle:
Ideally, it would be possible to click on "Update Now: X updates (A x patch, B x minor, C x major)" at the top of the file, which would update the entire file, and then above the
dependencies
key, there would be an option "Update Now: X dependencies updates (A x patch, B x minor, C x major)" and above thedevDependencies
key there would similarly be different option "Update Now: X devDependencies updates (A x patch, B x minor, C x major)".The problem in the current state is that if I want to update the packages, I usually look at their versions, so I scroll down to the
dependencies
key and then I would like to update everything, but I have to scroll up again, where there is an option to update everything. If it was directly above thedependencies
anddevDependencies
keys, it would be more optimal for working with updates, in my opinion.Beta Was this translation helpful? Give feedback.
All reactions