Note: The official way to install vscode-fossil is from within VSCode Extensions
You will need to install Node.js
on your computer and add it to your $PATH
.
git clone
repository anywhere on your filesystem.npm install
from clone directory to install local dependencies.npm run compile
to build extension.- press
F5
to run the extension or run the tests.
See more commands in package.json