'Visual Studio 2022 - Interact with "Script Documents" inside an extension

I'm writing an extension for VS 2022 and I need to open a js file inside the "Script Documents" when is attached to chrome.

-There's a way to interact with the files of this category? What I found is that I can get the "Script Documents" node to be listed as an project via Solution2.Projects. But all properties are null.

-Someone knows how to get the list of files and open a file inside this dynamic node?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source