-
Notifications
You must be signed in to change notification settings - Fork 4
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
Install pkl
on GitHub codespaces
#58
Comments
It doesn't depend on #47, true. Yes, I would love to do that 🙂 |
Be note that this is the first time I customize codespaces. So I just read up on this a little bit, and until pkl is not availble in the official VS Code Marketplace (see apple/pkl-vscode#9) it is quite "hard" to add pkl to a codespace. However, so far I found two options:
The latter looks quite nice to me since we can simply add this feature to the devcontainer.json afterwards like:
(or so 😁, see this link for details) But I'm not sure if this is a bit overkill.
and done... But as long this is not the case we have to workaround it. Does anyone have any opinion/recommendation how to do that in a nice way? 🤔 |
After #47 got merged, we should install
pkl
automatically when setting up a github codespace.This make sure that each and every script can run without any problems.
The text was updated successfully, but these errors were encountered: