strucdbg
Structured Log Debugger - A VS Code extension for debugging structured logs.
Features
This extension provides a "Hello World" command to demonstrate the basic VSCode extension functionality.
- Command:
Hello World - Displays a "Hello World" message
Getting Started
- Open this project in VS Code
- Press
F5 to launch the Extension Development Host
- In the new window, open the Command Palette (
Ctrl+Shift+P or Cmd+Shift+P)
- Type "Hello World" and select the command
- You should see a message "Hello World from strucdbg!"
Development
Building the Extension
npm run compile
Running Tests
npm test
Packaging the Extension
npm run package
Project Structure
src/extension.ts - Main extension entry point
package.json - Extension manifest
.vscode/ - VS Code configuration for debugging
Requirements
- VS Code 1.106.1 or higher
- Node.js and npm
| |