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

Uploading multiple files to a bucket #24

Closed fpmalard closed 4 years ago

fpmalard commented 4 years ago

There is no easy way to upload multiple files to a bucket.

Screen Shot 2020-06-10 at 13 42 26

petrbroz commented 4 years ago

Great improvement idea! I'll look into that :+1:

petrbroz commented 4 years ago

The TreeView class in vscode seems to support multi-selection but it's unclear how the right-click context menu works in that situation... Asking on Stack Overflow: https://stackoverflow.com/questions/62324448/context-menu-for-multiple-selected-items-in-custom-tree-view-in-vscode.