Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 609 Bytes

build.md

File metadata and controls

17 lines (12 loc) · 609 Bytes

Building Extension from Source

Note: The official way to install vscode-fossil is from within VSCode Extensions

Dependencies

You will need to install Node.js on your computer and add it to your $PATH.

Build Steps

  1. git clone repository anywhere on your filesystem.
  2. npm install from clone directory to install local dependencies.
  3. npm run compile to build extension.
  4. press F5 to run the extension or run the tests.

See more commands in package.json