I'm new to VSTS Extension and typescript. We have a requirement to read the configuration file from Local Machine/ or UNC path in VSTS Extension.
Data Storage (https://learn.microsoft.com/en-us/vsts/extend/develop/data-storage ) was not helpful as its not stored as a physical file. Since each user has their own configuration file we need to read it from their local machine.
Can anyone let me know whether it is feasible? (with some code samples) Thanks in advance.