vscode-docker icon indicating copy to clipboard operation
vscode-docker copied to clipboard

suggest application platform when generating dockerfile

Open geerligs opened this issue 4 years ago • 4 comments

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 avatar Apr 08 '20 07:04 geerligs

@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.)

chrmarti avatar Apr 09 '20 10:04 chrmarti

Thanks for coming back to me. This is for the Docker extension.

geerligs avatar Apr 09 '20 11:04 geerligs

@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?

bwateratmsft avatar Apr 09 '20 14:04 bwateratmsft

Thanks for your question. I would opt for "suggest" as "highlight it by default in the quick pick".

geerligs avatar Apr 09 '20 14:04 geerligs

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.

bwateratmsft avatar Nov 07 '23 16:11 bwateratmsft