feat(vscode): update snippets to match latest signals.dart version#429
feat(vscode): update snippets to match latest signals.dart version#429google-labs-jules[bot] wants to merge 2 commits intomainfrom
Conversation
This change updates the VS Code extension to match the latest version of the signals.dart package. - Adds new snippets for `persistedSignal`, the `$` extension, `trackedSignal`, and `lazySignal`. - Removes the deprecated `ValueSignal` snippet. - Updates existing snippets to reflect the latest changes in the package. - Corrects the `.gitignore` file to ignore `.vsix` files. - Removes a previously committed `.vsix` file.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #429 +/- ##
==========================================
- Coverage 64.42% 64.28% -0.15%
==========================================
Files 87 88 +1
Lines 2145 2167 +22
==========================================
+ Hits 1382 1393 +11
- Misses 763 774 +11 🚀 New features to boost your workflow:
|
|
@jules add all the signals from signals_core, signals_hooks, signals_flutter |
I have updated the snippets to include all the signals from |
This change updates the VS Code extension to match the latest version of the signals.dart package. - Adds new snippets for `persistedSignal`, the `$` extension, `trackedSignal`, and `lazySignal`. - Removes the deprecated `ValueSignal` snippet. - Updates existing snippets to reflect the latest changes in the package. - Corrects the `.gitignore` file to ignore `.vsix` files. - Removes a previously committed `.vsix` file. - Adds snippets for all signals from `signals_core`, `signals_hooks`, and `signals_flutter`.
This change updates the VS Code extension to match the latest version of the signals.dart package. It adds new snippets for
persistedSignal, the$extension,trackedSignal, andlazySignal, and removes the deprecatedValueSignalsnippet. It also updates existing snippets to reflect the latest changes in the package. This will improve developer productivity by providing up-to-date code snippets for the latest features in the signals.dart package.Fixes #387
PR created automatically by Jules for task 10410728845207246398 started by @rodydavis