tyler36
tyler36
It's working here too on 1.58.1 Although, I noticed that the "Test Adapter Convert" was updated to `0.0.13` an hour ago. Looking at the original error message, it *might* be...
TLDR: VSCode 1.58 with Test Adapter Convert 0.0.13 working. Until there's a stable release of test-adapter-converter (or whatever system it morphs into), this type of issue will probably crop up...
Winget currently showing older version. Current (2024-01-31) is `0.5.0` ```shell $ winget search devpod Name Id Version Source -------------------------------------- DevPod LoftLabs.DevPod 0.3.0 winget ```
Confirmed. Now showing `0.5.4`. Thank you @licon4812 . ```shell > winget search devpod Name Id Version Source -------------------------------------- DevPod LoftLabs.DevPod 0.5.4 winget ```
Duplicate of #1098 > Looks like it was transferred to someone else and clearly is spam now From repo owner. They are recommending to remove store addon.
Laravel uses `public` as default docroot. ```shell ddev config --docroot=public ```
I've only been using it for a few months but I've found it to be fast and reliable. I've migrated about 20 packages from chocolately-managed to winget-managed including DockerDesktop and...
`1.22` was added to winget repo and appears with when searching: ```shell $ winget search ddev 名前 ID バージョン ソース --------------------------------------------------------- ddev ddev.ddev 1.22 winget ```
Drupal 10 does _not_ include Drush out-of-the-box. Its installation is, however, mentioned in the quickstart guide to automate site installation. And there's a custom command provided, `ddev drush`. I would...
Yes, a `ddev bee` command OOTB would be ideal in the long run. An addon will let you develop and share a working solution while you playing with implementation. There...