Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 919 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 919 Bytes

Contributing

Iterating on the extension

  • Launch configurations are available in the .vscode directory
  • Launch the extension by using the "Run and Debug" tab in VS Code, and selecting the "Run Extension" task.
  • Extension will launch in a new window and stop at any breakpoints in the code. Open a compatible repo to experiment with the extension.

Controlling version of Bazel BSP server

Packaging the extension

yarn package

Running tests

  • Run the extension tests by using the "Run and Debug" tab in VS Code, and selecting the "Extension Tests" task.