Structured Log Debugger - A VS Code extension for debugging structured logs.
This extension provides a "Hello World" command to demonstrate the basic VSCode extension functionality.
- Command:
Hello World- Displays a "Hello World" message
- Open this project in VS Code
- Press
F5to launch the Extension Development Host - In the new window, open the Command Palette (
Ctrl+Shift+PorCmd+Shift+P) - Type "Hello World" and select the command
- You should see a message "Hello World from strucdbg!"
npm run compilenpm testnpm run packagesrc/extension.ts- Main extension entry pointpackage.json- Extension manifest.vscode/- VS Code configuration for debugging
- VS Code 1.106.1 or higher
- Node.js and npm