Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to Suppress Readme tabs #4248

Closed
EvanR-Dev opened this issue Aug 26, 2024 · 1 comment · Fixed by #4292
Closed

Ability to Suppress Readme tabs #4248

EvanR-Dev opened this issue Aug 26, 2024 · 1 comment · Fixed by #4292
Milestone

Comments

@EvanR-Dev
Copy link

As of today, creating a function can trigger a readme to be automatically opened as a side tab. For example, creating a Python prog V2 function will do this:
image

It would be nice to avoid this in some way, either through a VSCode setting or by other means within the Azure Function extension

@nturinski
Copy link
Member

A couple ideas:

  • A setting to turn off all README pop ups upon trigger creation
  • Add a code lens that opens the README for the specific trigger type

@microsoft microsoft locked and limited conversation to collaborators Nov 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@nturinski @EvanR-Dev and others