Skip to content
Nagarjun Sanji edited this page Jun 28, 2024 · 3 revisions

Running the Extension

To run the extension within VS Code, follow these steps:

  1. Open the project in VS Code.
  2. Press F5 to start a new VS Code window with the extension loaded.

Features

  • Linting: Automatically checks your code for issues.
  • Testing: Run your tests with npm run test.
  • Coverage Reports: View code coverage with npm run test.

Commands

  • npm run lint - Lint your code.
  • npm run compile - Compile the extension.
  • npm run test - Run tests.

Navigation

Resources

Acknowledgments


© 2024 debricked. All rights reserved.

Clone this wiki locally