You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manage any merge conflicts, commit them, and then push them to your fork.
Note : The microsoft/vscode repository contains a collection of GitHub Actions that help us with triaging issues. As you probably don't want these running on your fork, you can disable Actions for your fork via https://github.com/<>/vscode/settings/actions.
Build
Install and build all of the dependencies using npm:
cd vscode
npm i
The text was updated successfully, but these errors were encountered:
Idea
Getting the sources
First, fork the Aide repository so that you can make a pull request. Then, clone your fork locally:
git clone https://github.com/<<>>/vscode.git
Occasionally you will want to merge changes in the upstream repository (the official code repo) with your fork.
cd vscode
git checkout main
git pull https://github.com/codestoryai/aide.git main
Manage any merge conflicts, commit them, and then push them to your fork.
Note : The microsoft/vscode repository contains a collection of GitHub Actions that help us with triaging issues. As you probably don't want these running on your fork, you can disable Actions for your fork via https://github.com/<>/vscode/settings/actions.
Build
Install and build all of the dependencies using npm:
cd vscode
npm i
The text was updated successfully, but these errors were encountered: