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

File upload improvement #44

Open petrbroz opened 3 years ago

petrbroz commented 3 years ago

To improve the uploading of files, consider some of the following:

petrbroz commented 3 years ago

Note: multi-selection is already enabled in showOpenDialog.

petrbroz commented 3 years ago

Drag & drop in vscode is still in discussion: https://github.com/Microsoft/vscode/issues/32592.

petrbroz commented 2 years ago

Tree drag&drop is now supported: https://github.com/microsoft/vscode-extension-samples/blob/main/tree-view-sample/src/testViewDragAndDrop.ts.