Welcome to the Debricked: VS Code Extension project! This extension integrates Debricked's capabilities directly into your Visual Studio Code environment, enhancing your development workflow with advanced features for security and dependency management.
Explore the docs Β»
Report Bug
Β·
Request Feature
Table of Contents
- Dependency Analysis: Automatically scans and analyzes your project's dependencies.
- Security Alerts: Provides real-time security alerts for known vulnerabilities.
- License Compliance: Ensures your project complies with open source licenses.
- Integration with Debricked: Seamlessly integrates with Debricked's services.
To install the Debricked VS Code Extension, follow these steps:
- Open Visual Studio Code.
- Go to the Extensions view by clicking the Extensions icon in the Activity Bar on the side of the window.
- Search for
Debricked
. - Click
Install
on the Debricked extension.
Alternatively, you can install it via the command line:
code --install-extension debricked.vscode-extension
After installing the extension, you can start using it by:
- Opening any project in VS Code.
- The extension will automatically scan your project and provide dependency and security analysis in the VS Code interface.
- Access detailed reports and recommendations from the Debricked panel in the Activity Bar.
Ensure you have the following tools installed:
- Node.js (version 20 or later)
- npm
- Visual Studio Code
Clone the repository and install dependencies:
git clone https://github.com/debricked/VS-Code-extension.git
cd VS-Code-extension
npm install
To compile the extension, run:
npm run compile
The compiled files will be located in the dist
folder.
Run the tests using:
npm run test
Test coverage reports will be generated in the coverage
folder.
We welcome contributions from the community! To contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Make your changes and commit them (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
- For detailed guidelines, refer to our Contributing Guide.
This project is licensed under the MIT License. See the LICENSE file for details.
We appreciate all the Contributors who have helped make this project better.
GitHub Repository: debricked/VS-Code-extension
Issues & Feedback: Have a question or found a bug? Submit an issue.
Contribute: Interested in contributing? Check out our Contributing Guide.
If you need help or have any questions, feel free to reach out:
- Email: [email protected]
- Community: Join the discussion on our community forum.
- Please βοΈ this repository if this project helped you!
Special thanks to the Debricked team for their support and contributions.
Inspired by the Visual Studio Code Extension Guide.
This project is licensed under the MIT License.
Follow us on:
Thank you for visiting the debricked VS Code extension. We strive to make this project a valuable tool for developers and appreciate your interest and contributions. Here are a few final notes:
Β© 2024 debricked. All rights reserved.