microsoft / vscode-dotnettools

This is a feedback repository to capture issues logged for the C# Dev Kit and related extensions from Visual Studio Code
Other
231 stars 13 forks source link

[SUGGESTION] Add right click -> publish feature #624

Open claudiaregio opened 1 year ago

claudiaregio commented 1 year ago

Describe the feature you'd like

I'd like to be able to right click on a project and publish apps similar to the experience in VS

image

Alternatives considered

No response

Environment Information

No response

timheuer commented 1 year ago

publish apps similar to the experience in VS

The experience in VS is vast...Publish to Azure, ClickOnce, FTP, etc. @claudiaregio Are you suggesting all of those or just to shortcut the dotnet publish command default which would essentially be a folder publish?

The reason I ask is that it is unlikely for us to replicate all of these, namely all the Azure ones because complimentary VS Code extensions exist for publishing to Azure endpoints in VS Code.

claudiaregio commented 1 year ago

Sorry that was very broad -- Ideally I'd love to be able to achieve the following through UI (https://learn.microsoft.com/en-us/dotnet/core/deploying/)

image

AbhitejJohn commented 3 weeks ago

@smitpatel : Do you have any suggestions as to which area this ask would rightly fit in? I had thought it was project but this is probably not in scope there.

smitpatel commented 3 weeks ago

I believe publish in VS is owned by web-tools.