Ofer Shaal

Results 102 comments of Ofer Shaal

The "Open in Gitpod" that was added to Drupal Gitlab does not resolve this issue. It will simply open a repository in Gitpod. If that repository doesn't have a `.gitpod.yml`...

That is a great idea, thank you! I'd love making it easier for users to use a UI for choosing multiple projects for 1 workspace. For now - users could...

Are you referring to admin/admin of the Drupal website? Yes, 100% we should update the guide to include that.

@stewest Thank you so much for working on this, and the PRs you submitted

Thank you! Once I rewrite the extension in Vue JS, instead of vanilla JavaScript, making these changes should be very easy.

We looked into PHPCS while getting the recommended VSCode extensions for Drupal development - https://github.com/shaal/DrupalPod/pull/30

Thank you @mandclu I really like the idea of making it a simple process. By the way, I added a command `preview`, that a user can run in Terminal, and...

Thank you for reporting this. The main cause for this issue is that `phpcs` and `phpcbf` (and `php`) are all running inside ddev container. VSCode is not aware of that,...