Skip to content

Getting Started

Nagarjun Sanji edited this page Jun 28, 2024 · 2 revisions

Follow these steps to get started with the debricked VS Code extension:

Prerequisites

  • Node.js (version 22.x or later)
  • npm (Node Package Manager)
  • Visual Studio Code

Installation

  1. Clone the repository:

    git clone https://github.com/debricked/VS-Code-extension.git
    cd VS-Code-extension
  2. Install dependencies:

    npm install
  3. Compile the extension:

    npm run compile
  4. Open the project in VS Code:

    code .

Running the Extension

To run and test the extension, use the following command:

npm run test

Navigation

Resources

Acknowledgments


© 2024 debricked. All rights reserved.

Clone this wiki locally