petrbroz / vscode-forge-tools

Visual Studio Code extension for accessing Autodesk Forge services and content.
https://marketplace.visualstudio.com/items?itemName=petrbroz.vscode-forge-tools
MIT License
74 stars 17 forks source link

Download large derivative props/scene instead of opening them #9

Closed petrbroz closed 4 years ago

petrbroz commented 4 years ago

When requesting model derivative properties or scene that are too large, offer the user to download the JSON to disk instead of opening it in a new document. It seems that vscode limits the size of documents that can be viewed (using vscode.window.showTextDocument) to 50MB.