Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix your instructiones #1080

Open
ggardiakos opened this issue Jan 12, 2025 · 0 comments
Open

Fix your instructiones #1080

ggardiakos opened this issue Jan 12, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@ggardiakos
Copy link

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

@ggardiakos ggardiakos added the enhancement New feature or request label Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant