vscode-docker
vscode-docker copied to clipboard
suggest application platform when generating dockerfile
It would be nice when generating a dockerfile the language of the current workspace (application platform) is detected automatically. This might eliminate the need to select the application platform
@geerligs Is this for the Docker extension or the Remote-Containers extension? (It would make sense in both cases, but I want to make sure we understand your request.)
Thanks for coming back to me. This is for the Docker extension.
@geerligs Do you think the extension should "suggest" it (like, highlight it by default in the quick pick), or should it skip the quick pick completely?
Thanks for your question. I would opt for "suggest" as "highlight it by default in the quick pick".
Related to #3346. I think it's probably best to leave this to Copilot as it's sort of an AI task, determining what platform is being used.