I was using sourcery in VSCode and recently in all projects, including those witten in C++ or other languages which sourcery doesn't support, an unexpected folder appeared.
I am using VSCode on Windows 11. For example when I launch VSCode and opened a folder
D:/example/project
the folder named %example%project was automatically created, inside which is a folder named chat_history with the empty SQLite database inside.
This feature appeared to be caused by this extension as when I uninstalled the extension or downgraded it into version 1.7.0, everything was back to normal.
The new feature coming with version 1.8.0 really confused me. I was not, in fact, sure why the files are created as I didn't know this extension has a so-called Chat feature. In fact I was interested if such feature is provided, especially if it can be used in a free plan. However, I am afraid that adding such directories in my project seems improper. I recommend that a better way to store the files be considered, even putting it into .vscode is much better as it is usually in .gitignore file. However, the folder whose name is the path of my project folder is not quite proper to be added into .gitignore.
In fact I am quite glad using the old version as it works quite well. I have been using it for a long time and it really helped me write better codes.
I was using sourcery in VSCode and recently in all projects, including those witten in C++ or other languages which sourcery doesn't support, an unexpected folder appeared.
I am using VSCode on Windows 11. For example when I launch VSCode and opened a folder
D:/example/project
the folder named%example%project
was automatically created, inside which is a folder namedchat_history
with the empty SQLite database inside.This feature appeared to be caused by this extension as when I uninstalled the extension or downgraded it into version 1.7.0, everything was back to normal.
The new feature coming with version 1.8.0 really confused me. I was not, in fact, sure why the files are created as I didn't know this extension has a so-called Chat feature. In fact I was interested if such feature is provided, especially if it can be used in a free plan. However, I am afraid that adding such directories in my project seems improper. I recommend that a better way to store the files be considered, even putting it into
.vscode
is much better as it is usually in.gitignore
file. However, the folder whose name is the path of my project folder is not quite proper to be added into.gitignore
.In fact I am quite glad using the old version as it works quite well. I have been using it for a long time and it really helped me write better codes.