Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Oct 15, 2025

Overview

Removes the "View sample projects" link from the project creation language selection dialog, as the Azure serverless community library is being deprecated.

Changes

  • NewProjectLanguageStep.ts: Removed the "View sample projects" option from the language picker and the associated logic that opened https://aka.ms/AA4ul9b
  • README.md: Removed the reference to the Azure serverless community library from the extension description

Before

Users would see a "View sample projects" link at the bottom of the language selection dialog during project creation:

image

Clicking this link would open the serverless library website in a browser.

After

The language selection dialog now only shows the available language options without the "View sample projects" link. Users can proceed directly with project creation by selecting their preferred language.

Technical Details

  • Removed unused imports: UserCancelledError and openUrl
  • Updated type definition for languagePicks to remove the | undefined union type since there are no longer any undefined data values
  • Simplified the language filter logic by removing the redundant p.data !== undefined check

Fixes #4740

Original prompt

This section details on the original issue you should resolve

<issue_title>Remove serverless library link</issue_title>
<issue_description>The serverless library is being deprecated so we need to remove the "View sample projects" link from the project creation experience.

Image

I'll delete the aka.ms link once this is removeed.</issue_description>

Comments on the Issue (you are @copilot in this section)

Fixes #4742


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

@Copilot Copilot AI changed the title [WIP] Remove serverless library link from project creation Remove deprecated serverless library link from project creation Oct 15, 2025
Copilot finished work on behalf of alexweininger October 15, 2025 17:30
@Copilot Copilot AI requested a review from alexweininger October 15, 2025 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove serverless library link Debugger fails to attach when using "--enableAuth" with the "func host start" command

2 participants