The world's first System Design Engineer AI Agent.
- Install Node.js and npm.
- Install the dependencies:
npm install
- Build the extension:
npm run compile
- Package the extension using vsce:
This will generate a
npm install -g vsce vsce package
.vsixfile. - Install the generated package in VSCode:
code --install-extension "/Users/andylee/Desktop/Tinker/tinker-extension-0.0.1.vsix"
During development you can also run the extension by opening this folder in VSCode and launching the Extension Development Host.
