Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 531 Bytes

File metadata and controls

16 lines (16 loc) · 531 Bytes
CodeScribe/
│
├── src/
│   ├── extension.ts     // Main extension code
│   └── codeComments.ts  // Code comment parsing logic
│
├── package.json         // Extension metadata and dependencies
├── README.md           // Extension README
├── CHANGELOG.md        // Changelog for version history
├── LICENSE             // Licensing information
│
└── .vscode/
    ├── launch.json      // Debug configuration
    └── settings.json    // VS Code settings