Inline Completion Extension
If the extension does not run, you may need to set up your own build.
Prerequisites
Make sure you have Node.js and npm installed.
For Arch Linux:
sudo pacman -S nodejs npm
Setup
Run this command outside of the cloned repo:
npx --package yo --package generator-code -- yo code
When prompted:
- Select TypeScript
- Choose Unbundled
- Select npm
(the name does not matter)
Final Steps
Copy and paste the extension.ts and package.json files from this repository into your generated project.
Build and run your extension.
| |