Skip to content

Fix diff errors and functional bugs in PowerShell scripts and docs#13

Merged
aidasofialily-cmd merged 1 commit intomainfrom
fix-diff-errors-and-bugs-8ae0c001-8472588578842298570
Jan 24, 2026
Merged

Fix diff errors and functional bugs in PowerShell scripts and docs#13
aidasofialily-cmd merged 1 commit intomainfrom
fix-diff-errors-and-bugs-8ae0c001-8472588578842298570

Conversation

@google-labs-jules
Copy link
Contributor

This submission fixes several "diff errors" and functional bugs:

  1. Interpolation Fixes: In PowerShell, $VarName: can be misinterpreted. Using ${VarName}: ensures correct expansion.
  2. Documentation Branding: Updated CONTRIBUTING.md to remove VS Code references.
  3. Functional Bug: Added missing -Credential to Invoke-Command in create-vms.ps1.

PR created automatically by Jules for task 8472588578842298570 started by @aidasofialily-cmd

- Corrected string interpolation in copy-vm-files-psdirect.ps1 and vm-tooltip-tray-with-options.ps1 by wrapping variable names in curly braces when followed by colons.
- Replaced stale "VS Code" references and Microsoft-specific links in CONTRIBUTING.md with "VM" branding and project-appropriate instructions.
- Fixed a bug in create-vms.ps1 where the -Credential parameter was missing from Invoke-Command, preventing Administrator password setup via PowerShell Direct.
@google-labs-jules
Copy link
Contributor Author

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@aidasofialily-cmd aidasofialily-cmd self-requested a review January 24, 2026 13:55
Copy link
Owner

@aidasofialily-cmd aidasofialily-cmd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve this
Google Labs Jules

Regards,
Google Labs Code.

@aidasofialily-cmd aidasofialily-cmd marked this pull request as ready for review January 24, 2026 13:58
@aidasofialily-cmd aidasofialily-cmd merged commit bf7db70 into main Jan 24, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant