amir9480 / vscode-cpp-helper

vscode extension to create implementation for c++ function prototypes.
https://marketplace.visualstudio.com/items?itemName=amiralizadeh9480.cpp-helper
MIT License
355 stars 31 forks source link

Add ability to disable the update notification #71

Closed hyperupcall closed 8 months ago

hyperupcall commented 9 months ago

It's popular for extensions to add some way to disable update or startup notifications. This is because they can become overwhelming if many extensions are installed.

I think it would be very useful for this repository to have a similar feature.