Open
Description
I've seen a lot of posts about how the deno extension in vscode doesn't work well with existing project structures, making development difficult.
I think the main reason behind this is that it often conflicts with existing TypeScript projects, and I think it would be better to integrate code-server
into the container image and isolate it from the existing development environment.
I integrated the code-server
into the Dockerfile
, and I think it's pretty good with development.
What do you guys think?
Demo
2024-01-07.mov
😸