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 was 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
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: