trypear / pearai-app

An Open Sourced AI-Powered Text Editor. A fork of VSCode and Continue.
https://trypear.ai
Other
541 stars 87 forks source link

Running extension as standalone does not show extension #94

Closed nang-dev closed 1 month ago

nang-dev commented 1 month ago

Not sure why this broke.

For context:

We can run the extension as part of the code editor (code.sh) like in: https://github.com/trypear/pearai-app/blob/main/CONTRIBUTING.md OR As standalone, where we cd extensions/pearai-submodule and follow these guides: https://github.com/continuedev/continue/blob/main/CONTRIBUTING.md

The standalone doesnt work anymore - specifically: Expected: We run the extension in debug mode and the extension should show up, be able to be used. Observed: the extension does not show up at all

nang-dev commented 1 month ago

works for me