/vscode-extension-civet-sample

This is the VS Code extension sample powered by Civet

Primary LanguageJavaScript

Note

This is a starter template for VS Code extension powered by Civet. Based on gulp for full debugging capability via ts source layer in src/ during development mode (Launch "Run Extension" or press F5)

Hello World Test Sample

This is the Hello World example with integration tests setup.

You can find the accompanying documentation at https://code.visualstudio.com/api/working-with-extensions/testing-extension.

Demo

6f5cc4e2-cdb8-4cb6-ba7e-c3619ecbdbf7.mp4

Running the Sample

  • Run npm install in terminal to install dependencies
  • Install the VS Code Extension Test Runner
  • Start a task npm: watch to compile the code
  • Run tests, either by:
    • Using the Test Explorer view, or
    • By running npm run test con the commpand line