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

[HELP NEEDED] How to setup extension for contributing? #29

Closed
PhunkyBob opened this issue Nov 24, 2024 · 2 comments
Closed

[HELP NEEDED] How to setup extension for contributing? #29

PhunkyBob opened this issue Nov 24, 2024 · 2 comments

Comments

@PhunkyBob
Copy link

PhunkyBob commented Nov 24, 2024

I would like to add features (#30 (comment), #31 (comment)) in this promising extension, but I don't succeed to run it in development mode.

What I've done

  • uninstall the extension in VSCode
  • fork repo
  • git clone
  • open it in code-insiders
  • Terminal -> Run build task
  • Run-> Start debugging

Result

  • a new instance of code-insiders is launched
  • the icon of aider-composer is shown
  • when I click on any icon inside the extension, it displays nothing

Output

2024-11-24 18:06:11.932 [info] Extension "aider-composer" is now active!
2024-11-24 18:06:11.932 [info] Starting aider-chat service...
2024-11-24 18:06:11.932 [info] server started: http://127.0.0.1:5000
2024-11-24 18:06:29.544 [info] History button clicked!
2024-11-24 18:06:29.736 [info] History button clicked!
2024-11-24 18:06:30.301 [info] Add button clicked!
2024-11-24 18:06:30.480 [info] Add button clicked!
2024-11-24 18:07:07.925 [info] History button clicked!
2024-11-24 18:07:09.043 [info] Setting button clicked!

2024-11-24_18-38-44

@lee88688
Copy link
Owner

the aider composer also need a ui server setup when development. you should goto ui folder and run npm run dev.
before you run, you should npm i first.

@PhunkyBob
Copy link
Author

It seems to work 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants