Alex Bäuerle
Alex Bäuerle
This implementation does not work with the selection of changed files in the file tree. Selecting changed files would mean we'd have to load that part of the tree on...
Decided against this since this complicates things a lot and the new file tree implementation solves most of the UX problems.
Can you describe what the problem here is? What part [of this](https://github.com/OpenDevin/OpenDevin?tab=readme-ov-file#-get-started) does not work for you?
Sure, here you go: Guide: https://opendevin.github.io/OpenDevin/modules/usage/intro Troubleshooting: https://opendevin.github.io/OpenDevin/modules/usage/troubleshooting/windows
> @Sparkier In `SettingsForm.test.tsx`, line 12, you can change the `render(...)` method with the `renderWithProviders(...)` method from `test-utils` to resolve the errors thrown during testing. You can do the same...
Closing this as it seems answered. Feel free to reopen if you still have problems.
https://github.com/OpenDevin/OpenDevin/assets/5690524/e868d04c-4d1f-4bfb-a037-02f8aef11c73
https://github.com/OpenDevin/OpenDevin/assets/5690524/fd2d12db-7a46-4d99-b97d-2fd54ef83759
> @Sparkier Do you know why the `pydoc-markdown` pre-commit hook is failing? It seems to error but without output. I think this is because some of the other hooks (e.g....
@yimothysu I think we need to exclude this autogenerated python dir for some hooks so that precommit works. Seems to work now.