Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move checked-out code into its own directory, point workspace location #12

Open
2 of 3 tasks
rfay opened this issue Dec 7, 2021 · 2 comments
Open
2 of 3 tasks

Comments

@rfay
Copy link
Member

rfay commented Dec 7, 2021

Currently we have code being checked out as a subdirectory of ddev-gitpod-launcher and that's just ugly and confusing.

It turns out that .gitpod.yml has an option called workspaceLocation (see https://www.gitpod.io/docs/checkout-location, thanks @shaal )

  • Check out the target project (like d9simple) into /workspace/code (or something)
  • Set workspaceLocation to /workspace/code
  • Fix the launch.json path mappings to use /workspace/code
@rfay
Copy link
Member Author

rfay commented Feb 11, 2024

This would definitely be an improvement.

@tyler36
Copy link
Collaborator

tyler36 commented Jun 28, 2024

#39 fixes:

  • ✅ Check out the target project (like d9simple) into /workspace/code (or something)
  • ✅ Set workspaceLocation to /workspace/code

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

No branches or pull requests

2 participants