-
Hello. I need to create and maintain sqlite database in my VSIX, and I do not want to see the database removed in case of VSIX update. The database is a singleton, regardless of opened solution (or absense of solution at all). Where is the right place? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
ErikEJ
Apr 27, 2025
Replies: 2 comments 1 reply
-
%appdata% or %appdatalocal% - extract / copy from vsix install folder if not found |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lsoft
-
We are storing such a database in the .vs folder below the solution (we have a database per solution) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
%appdata% or %appdatalocal% - extract / copy from vsix install folder if not found