ai-autocoder / vscode-todo

MIT License
2 stars 3 forks source link

Unable to locate and modify note files path #1

Open newDevnew opened 7 months ago

newDevnew commented 7 months ago

Hello @ai-autocoder, I'm wondering where I can find stored notes and if there's an option to customize note file paths within the extension settings. Thanks!

ai-autocoder commented 7 months ago

Hello, the extension uses the VS Code APIs to store the data, so it’s not saving to a file but it's handled by VS Code. However, I'm going to release export/import on file soon.

About the "customize note file paths" feature, that is actually a great suggestion, thanks for bringing this up. I've added it to the development backlog.