Extension - Frontend
Extension
π― Core Framework
TypeScript β Ensures a type-safe and scalable codebase.
VS Code Extension API β Enables seamless integration with VS Code.
π¦ Testing & Debugging
@vscode/test-cli β CLI tool for testing VS Code extensions.
@vscode/test-electron β Runs tests in a VS Code Electron environment.
Frontend (Webview)
π― Core Framework
React 18 β A modern UI library for building interactive web components.
React DOM β Manages the rendering of React components in the browser.
React Router DOM β Provides client-side navigation for seamless user experience.
TypeScript β Ensures type safety and maintainability in the codebase.
β‘ Build & Development
Vite β A fast and efficient build tool optimized for modern frontend development.
π¨ Styling
Tailwind CSS β A utility-first CSS framework for rapid UI development.
PostCSS β Enables CSS transformations and optimizations.
Autoprefixer β Automatically adds vendor prefixes for better browser support.
π VS Code-Specific Dependencies
@estruyf/vscode β Utility library for working with VS Code extensions
Last updated