- Node version: 20.19.0
git clone https://github.com/iSE-UET-VNU/Continue-ISE.git
cd Continue-ISE/continue-ise
- Open the VS Code command pallet (cmd/ctrl+shift+p) and select
Tasks: Run Task
and then selectinstall-all-dependencies
- Start debugging:
- Switch to Run and Debug view
- Select Launch extension from drop down
- Hit play button
- This will start the extension in debug mode and open a new VS Code window with it installed
- The new VS Code window with the extension is referred to as the Host VS Code
- The window you started debugging from is referred to as the Main VS Code
- To package the extension, run
npm run package
in thecontinue-ise/extensions/vscode directory
. This will generatecontinue-ise/extensions/vscode/build/continue-{VERSION}.vsix
, which you can install by right-clicking and selecting "Install Extension VSIX".