StartupToast is a lightweight VSCode Extension that allows you to define startup messages that will be displayed when you open VSCode.
- Define a message that will be displayed when you open VSCode
- That's it. It's a pretty simple extension.
- VSCode. Duh.
This extension contributes the following settings:
startupToast.message: The message that will be displayed when you open VSCode. Defaults to "Welcome to VSCode!"
Initial release.