Change Create project with copilot entrypoint#1445
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new "Azure Project" view to the Azure activity bar container with a welcome content panel that surfaces the "Create New Project With Copilot" entrypoint, replacing/augmenting a less-discoverable button.
Changes:
- Registers a new
azureProjectview (empty tree data provider) inpackage.jsonandextension.ts. - Adds welcome content for the view containing a link to the
azureResourceGroups.createProjectWithCopilotcommand. - Cleans up duplicate localized strings in
package.nls.jsonand adds new keys for the view name and welcome content.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/extension.ts | Registers an empty TreeDataProvider for the new azureProject view so welcome contents can render. |
| package.json | Declares the azureProject view and its welcome content entry. |
| package.nls.json | Removes duplicated keys and adds new localization strings for the view name and welcome content. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@naturins Should we install (on the devbox) the custom VSIX that gets generated by this PR after it gets merged? |
Yeah just checked again and I don't see it. |
Let me finish making some changes, we can install it all at once tomorrow? |

After talking yesterday the button I added seemed hard to discover so adding this new pane:
