trypear / pearai-app

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

Config folder should be .pearai #122

Closed nang-dev closed 3 weeks ago

nang-dev commented 4 weeks ago

In vscode the config folder is ~/.vscode . this is the home for the installed extensions, ex. ~/.vscode/extensions

Seems like pearai doesnt make this - needs some investigation but we should copy the user's existing ~/.vscode to ~/.pearai and use that as the config

nang-dev commented 4 weeks ago

okay this is fine, it uses ~/.pearai with this PR: [ADD]

on startup we should figure out a way to copy ~/.vscode to this though