Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>MyFirstExtension-datumverseNew to Visual Studio Code? Get it now.
MyFirstExtension-datumverse

MyFirstExtension-datumverse

Datumverse

|
1 install
| (0) | Free
A simple extension to show a notification.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

myfirstextension README

MyFirstExtension adds two simple commands to VS Code that display notifications: "Hello World" and "Greet". It's a minimal example to help you get started building extensions.

Features

  • Command: Hello World (myfirstextension.helloWorld)
    • Shows a simple "Hello World" information message.
  • Command: Greet (myfirstextension.greet)
    • Prompts for your name and shows a personalized greeting.

How to use:

  1. Open the Command Palette (Shift+Cmd+P on macOS).
  2. Run "Hello World" or "Greet".

Requirements

VS Code 1.87.0 or newer (as declared in engines.vscode).

Extension Settings

This extension does not contribute any settings.

Known Issues

No known issues at this time. Please file an issue if you encounter a problem.

Release Notes

0.0.1

Initial release with two commands: Hello World and Greet.


For general info on creating extensions, see the Extension Guidelines.

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft