Is there an easy way to find the correct path to (VS version independent) "C:\Users\< user >\Documents\Visual Studio 2017\" from within the VSIX code?
I know that I can use the "%UserProfile%" placeholder for the first part, but how can I detect the correct Visual Studio folder itself, without creating a mapping myself?