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

feat: Add ability to ignore update notification #72

Closed hyperupcall closed 8 months ago

hyperupcall commented 9 months ago

Adds a property, CppHelper.showUpdateMessage, to disable update notifications by this extension.

Closes #71

amir9480 commented 8 months ago

Thanks for contribution