You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
I'd like for Deno to be installed by default on codespace-linux containers; it is being used for many TypeScript projects and requires no additional setup for TypeScript unlike Node which only supports JavaScript out of the box.
The text was updated successfully, but these errors were encountered:
I just tried out the Node.js & TypeScript container in Codespaces and it gave me the option to add additional tools; maybe what I should really be asking for is:
this same "mix-in" support for codespace-linux
making Deno an additional tool that can be mixed into these images
Our team has been actively working on an updated plan for community contributions and this repo moving forward, which we've now outlined in this issue: #1589. This includes moving to new repos for images (https://github.com/devcontainers/images) and Features (https://github.com/devcontainers/features), and we anticipate to have a similar repo and process for templates/definitions.
This sounds like a great opportunity to create and self-publish a Deno Feature (guidance here). cc @joshspicer@samruddhikhandale for the Codespaces aspect as well.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Relates to: Codespaces
I'd like for Deno to be installed by default on
codespace-linux
containers; it is being used for many TypeScript projects and requires no additional setup for TypeScript unlike Node which only supports JavaScript out of the box.The text was updated successfully, but these errors were encountered: