Sam Tenenholz
Asked on Dec 18, 2023
To build and install a VS Code extension from scratch, follow these steps:
./clients/vscode
directory.yarn
to install the dependencies.yarn run dev
to open a new VS Code window for development.vsce package --no-dependencies
..vsix
file into VS Code.If you encounter any issues, ensure that your VS Code version and the version specified in the engines
field of your package.json
file are compatible. Additionally, check for any errors or logs in the developer tools console of VS Code.
Note: Restarting your computer may help resolve any environment-related issues.