Copilot

Results 4904 comments of Copilot

> @copilot , > > Please change the command from `stubber stdlib-stubs` to `stubber stdlib`... Changed command name from `stubber stdlib-stubs` to `stubber stdlib` and fully implemented the `--clone` option....

> @copilot > > Please change the option typeshed to update. Changed option from `--typeshed` to `--update`. Changes in commit 6e9c07b: - Renamed `--typeshed/--no-typeshed` to `--update/--no-update` - Changed short option...

> @copilot , also the test coverage of the new functionality is to low, it should be about 80% Added comprehensive unit tests to achieve 82% coverage. Changes in commit...

> @copilot > - format all code with ruff > - run all test with coverage... All code formatted with ruff and coverage verified at 80%+. Changes in commit 73ff118:...

> @copilot cypress tests are failing. Fixed! The Cypress test failures were caused by incorrect startup patterns in the new test files. **Issues resolved:** - Corrected startup pattern to use...

> @copilot now we have a bit of duplication. > > combine settings-minimal and settings. ... Completed all requested changes! **✅ Duplication eliminated:** - Combined `settings-minimal.cy.js` and `settings.cy.js` into single...

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. > [!WARNING] > > > Firewall rules blocked me...

> @copilot these changes make the modular imports possible but still the customers have to install the complete twilio package for using even the single api. We can think of...

> @copilot make changes into this PR to accommodate the changes suggested above Implemented complete separate installable packages architecture similar to AWS SDK v3! 🚀 **What's New:** - **@twilio/messaging** -...

> @copilot ok actually do the implementation Implemented stages 1 & 2. The changes update the Initialize method to use workspaceFolders instead of deprecated RootPath/RootUri, and probe all workspace folders...