microsoft / vscode-docker

Docker Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker
Other
1.22k stars 517 forks source link

Investigate running the Docker extension in web #3685

Open bwateratmsft opened 2 years ago

bwateratmsft commented 2 years ago

Many extensions are being converted to run in the browser; I'd like to investigate if the Docker extension (the language services and maybe scaffolding in particular) can be made to work in the browser as well. Dockerfile and compose file editing comprise the vast majority of the extension usage, so having support in browser makes a lot of sense in my mind.

dbreshears commented 3 days ago

Keeping open as someday we may enable the language services in the browser