Forrsake VS Code Extension
A simple Visual Studio Code extension that displays a "Hello from Forrsake!" message.
Features
- Shows a notification message when VS Code starts.
- Provides a command to trigger the message manually.
Usage
Install the extension in VS Code.
On startup, you will see a message in the bottom-right corner.
You can also run the command:
- Open the Command Palette (
Ctrl+Shift+P)
- Search for Show Forrsake Message
- Press Enter
Development
- Clone this repository
- Run
npm install
- Press
F5 in VS Code to launch the extension development host
File Structure
package.json — Extension configuration
extension.js — Activation and command logic
License
MIT License
| |